We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
Given this feature file:
Feature: Test Background: Given this is step
Type an @ character before the Background:
Feature: Test @ Background: Given this is step
com.jetbrains.rdclient.util.BackendException: left.IsValid() & right.IsValid()
--- EXCEPTION #1/2 [AssertionException] Message = “left.IsValid() & right.IsValid()” ExceptionPath = Root.InnerException ClassName = JetBrains.Diagnostics.Assertion+AssertionException HResult = COR_E_EXCEPTION=80131500 Source = JetBrains.Lifetimes StackTraceString = “ at JetBrains.Diagnostics.Assertion.Fail(String message) at JetBrains.DocumentModel.DocumentOffset.op_Subtraction(DocumentOffset left, DocumentOffset right) at ReSharperPlugin.SpecflowRiderPlugin.Folding.SpecFlowFoldingProcessor.CalculateLength(Nullable`1 textRange, DocumentRange keywordRange, DocumentRange range) in C:\Work\Github\resharper-specflow\src\dotnet\ReSharperPlugin.SpecflowRiderPlugin\Folding\SpecFlowFoldingProcessor.cs:line 62
The text was updated successfully, but these errors were encountered:
fix folding when adding tags before a Background #125
f2130d7
fix folding exception when adding tags before a Background #125
5dcea4f
Merge pull request #127 from SpecFlowOSS/fix-folding
1e107fa
Successfully merging a pull request may close this issue.
Steps to reproduce:
Given this feature file:
Type an @ character before the Background:
com.jetbrains.rdclient.util.BackendException: left.IsValid() & right.IsValid()
--- EXCEPTION #1/2 [AssertionException]
Message = “left.IsValid() & right.IsValid()”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Diagnostics.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Lifetimes
StackTraceString = “
at JetBrains.Diagnostics.Assertion.Fail(String message)
at JetBrains.DocumentModel.DocumentOffset.op_Subtraction(DocumentOffset left, DocumentOffset right)
at ReSharperPlugin.SpecflowRiderPlugin.Folding.SpecFlowFoldingProcessor.CalculateLength(Nullable`1 textRange, DocumentRange keywordRange, DocumentRange range) in C:\Work\Github\resharper-specflow\src\dotnet\ReSharperPlugin.SpecflowRiderPlugin\Folding\SpecFlowFoldingProcessor.cs:line 62
The text was updated successfully, but these errors were encountered: