drm - Fix memory leak in broadwell or later GPUs
[dragonfly.git] / tools / regression / usr.bin / m4 / regress.quotes.out
blobfe5b8a4b45be9779a4910fc72e1995d3da01d4e4
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
10 2: kill quotes
11 `quoted STRING'
12 [quoted STRING]
13 normal STRING
14 `half quoted STRING
15 going up to that STRING'
17 3: normal changed quote
18 `quoted STRING'
19 quoted string
20 normal STRING
21 `half quoted STRING
22 going up to that STRING'
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'
31 5: start quote only
32 quoted string'[quoted STRING]
33 normal STRING
34 half quoted stringgoing up to that STRING'
36 6: normal quotes are back
38 quoted string
39 [quoted STRING]
40 normal STRING
41 half quoted string
42 going up to that string
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'