]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/m4/regress.comments.out
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / m4 / regress.comments.out
1 1: normal
2 # this is a comment
3 >> this is a COMMENT
4 'XXX' this is a COMMENT
5 'XXX' this is a COMMENT q COMMENT too
6
7 2: changecom(>>)dnl
8 # this is a COMMENT
9 >> this is a comment
10 'XXX' this is a COMMENT
11 'XXX' this is a COMMENT q COMMENT too
12
13 3: changecom dnl
14  # this is a COMMENT
15 >> this is a COMMENT
16 'XXX' this is a COMMENT
17 'XXX' this is a COMMENT q COMMENT too
18
19 4: changecom()dnl
20 # this is a COMMENT
21 >> this is a COMMENT
22 'XXX' this is a COMMENT
23 'XXX' this is a COMMENT q COMMENT too
24
25 5: changecom(,)dnl
26 # this is a COMMENT
27 >> this is a COMMENT
28 'XXX' this is a COMMENT
29 'XXX' this is a COMMENT q COMMENT too
30
31 6: changecom(`p',q)dnl
32 # this is a COMMENT
33 >> this is a COMMENT
34 p this is a comment
35 p this is a comment q COMMENT too
36
37 7: changecom(`p')dnl
38 # this is a COMMENT
39 >> this is a COMMENT
40 p this is a comment
41 p this is a comment q comment too
42
43 8: changecom(#)dnl
44 # this is a comment
45 >> this is a COMMENT
46 'XXX' this is a COMMENT
47 'XXX' this is a COMMENT q COMMENT too