summaryrefslogtreecommitdiff
path: root/test/files/run/parserNoSuccessMessage.check
blob: fe00d2fd3af6d36147980aaf980675a2729eca56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[1.2] failure: string matching regex `\d+' expected but `x' found

-x
 ^
[1.1] failure: string matching regex `\d+' expected but `x' found

x
^
[1.3] parsed: (Some(-)~5)
[1.2] parsed: (None~5)
[1.2] error: Number expected!

-x
 ^
[1.1] error: Number expected!

x
^
[1.3] parsed: (Some(-)~5)
[1.2] parsed: (None~5)