fix parsing of multiline strings #516
Merged
Azure Pipelines / microsoft.go-sqlcmd
succeeded
Mar 19, 2024 in 3m 7s
Build #20240318.2 had test failures
Details
- Failed: 1 (0.08%)
- Passed: 1,285 (96.47%)
- Other: 46 (3.45%)
- Total: 1,332
Annotations
Check failure on line 1 in TestIncludeFileNoExecutions
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)
Loading