Skip to content

Commit cd55e24

Browse files
committed
Fix tests
1 parent 434ff9a commit cd55e24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/format2/ideal.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
$$$ false
1+
$$$ false
22
>>>= 1
33

44
# no comment at begin of file because they are currently not parsed because of shared input
55

6-
$$$ echo foo
6+
$$$ echo foo
77
>>>
88
foo
99

10-
$$$ cat --unknown-option
10+
$$$ cat --unknown-option
1111
>>>2 /option/
1212
>>>= 1
1313

tests/format3/ideal.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
$ false
1+
$ false
22
>= 1
33

44
# no comment at begin of file because they are currently not parsed because of shared input
55

6-
$ echo foo
6+
$ echo foo
77
>
88
foo
99

10-
$ cat --unknown-option
10+
$ cat --unknown-option
1111
>2 /option/
1212
>= 1
1313

0 commit comments

Comments
 (0)