]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/usr.bin/m4/regress.quotes.out
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / usr.bin / m4 / regress.quotes.out
1 m4: unclosed quote:
2    quotes.m4 at line 55
3 1: normal
4 quoted string
5 [quoted STRING]
6 normal STRING
7 half quoted string
8 going up to that string
9
10 2: kill quotes
11 `quoted STRING'
12 [quoted STRING]
13 normal STRING
14 `half quoted STRING
15 going up to that STRING'
16
17 3: normal changed quote
18 `quoted STRING'
19 quoted string
20 normal STRING
21 `half quoted STRING
22 going up to that STRING'
23
24 4: empty quotes, kill them too
25 `quoted STRING'
26 [quoted STRING]
27 normal STRING
28 `half quoted STRING
29 going up to that STRING'
30
31 5: start quote only
32 quoted string'[quoted STRING]
33 normal STRING
34 half quoted stringgoing up to that STRING'
35
36 6: normal quotes are back
37
38 quoted string
39 [quoted STRING]
40 normal STRING
41 half quoted string
42 going up to that string
43
44 7: start quote+empty end quote
45 `quoted STRING'
46 quoted string]
47 normal string
48 `half quoted string
49 going up to that string'