Skip to content
New issue

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

fix parsing of multiline strings #516

Merged
merged 1 commit into from
May 3, 2024

fix parsing of multiline strings

bfc852b
Select commit
Loading
Failed to load commit list.
Merged

fix parsing of multiline strings #516

fix parsing of multiline strings
bfc852b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.go-sqlcmd succeeded Mar 19, 2024 in 3m 7s

Build #20240318.2 had test failures

Details

Tests

  • Failed: 1 (0.08%)
  • Passed: 1,285 (96.47%)
  • Other: 46 (3.45%)
  • Total: 1,332

Annotations

Check failure on line 1 in TestIncludeFileNoExecutions

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.go-sqlcmd

TestIncludeFileNoExecutions

Failed
Raw output
=== RUN   TestIncludeFileNoExecutions
    sqlcmd_test.go:133: Using ActiveDirectoryDefault
    sqlcmd_test.go:157: 
        	Error Trace:	/home/vsts/work/1/s/pkg/sqlcmd/sqlcmd_test.go:157
        	Error:      	Not equal: 
        	            	expected: "100\n\n(1 row affected)\nstring\n\n(1 row affected)\n100\n\n(1 row affected)\n"
        	            	actual  : "100\n\n(1 row affected)\nstring\n\n(1 row affected)\n100\n\n"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -8,3 +8,2 @@
        	            	 
        	            	-(1 row affected)
        	            	 
        	Test:       	TestIncludeFileNoExecutions
        	Messages:   	Incorrect output from Run
--- FAIL: TestIncludeFileNoExecutions (0.67s)