blob: 65c6edf468a9d305d41c1cecc9d6f41a758359e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# file : libbuild2/cc/lexer+basics.test.testscript
# license : MIT; see accompanying LICENSE file
# Test lexer basics (token recognition, etc)
#
# colon-scope
#
$* <<EOI >>EOO
:::
EOI
'::'
':'
EOO
|