]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ident/tests/test.in
dts: Import DTS from Linux 5.6
[FreeBSD/FreeBSD.git] / usr.bin / ident / tests / test.in
1 # tranditional
2  $Foo: bar $ (OK traditional)
3  $$Foo: bar $
4  $$Fo$o: bar $
5  $Fo$o: bar $
6  $ Foo : bar $ (WRONG --  NON ALPHANUM BEFORE :)
7  $ Foo : bar $ (WRONG --  NON ALPHANUM BEFORE :)
8  $Foo:  bar $ (WRONG -- NO SPACE AFTER :)
9  $Foo:bar $ (WRONG -- NO SPACE AFTER :)
10  $Foo: bar$ (WRONG -- NO SPACE BEFORE $))
11 # Subversion like
12  $Bar::    baz$ (WRONG -- NO SPACE BEFORE $)
13  $Bar::    baz $ (OK -- SPACE BEFORE $)
14  $Qux:: frobby zow#$ (OK -- HASH BEFORE $)' '
15