Skip to content

Commit c7288e3

Browse files
committed
Fix snapshot tests.
1 parent 27921b2 commit c7288e3

File tree

5 files changed

+2
-33
lines changed

5 files changed

+2
-33
lines changed

tests/scenarios/stdin/multi_stdin.err

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/scenarios/stdin/multi_stdin.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/scenarios/stdin/multi_stdin.out

Whitespace-only changes.

tests/scenarios/stdin/seqsum.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
seq 100 | octosql "SELECT SUM(int(text)) FROM lines.stdin"
1+
seq 100 | octosql "SELECT SUM(int(text)) FROM lines.stdin" -ojson

tests/scenarios/stdin/seqsum.out

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
+------+
2-
| sum |
3-
+------+
4-
| 5050 |
5-
+------+
1+
{"sum":5050}

0 commit comments

Comments
 (0)