diff options
author | Georg Brandl <georg@python.org> | 2012-02-04 19:51:11 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-04 19:51:11 +0100 |
commit | bb51f53ba4af4c007bcd422aef62726bdee321a6 (patch) | |
tree | fde24e59585aa5062b6ece75474093b822688bc2 /tests/examplefiles/example.u | |
parent | 6a8aadd55abfe1ef3febbf70e1b33c4350061cac (diff) | |
download | pygments-bb51f53ba4af4c007bcd422aef62726bdee321a6.tar.gz |
Urbiscript: move to other.py, fix example file, add attribution and changelog entry.
Diffstat (limited to 'tests/examplefiles/example.u')
-rw-r--r-- | tests/examplefiles/example.u | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/examplefiles/example.u b/tests/examplefiles/example.u index adaa2924..42c85902 100644 --- a/tests/examplefiles/example.u +++ b/tests/examplefiles/example.u @@ -107,13 +107,13 @@ pi == 200grad; 0xFFFFFFFF == 4294967295; -123foo; +//123foo; //[00005658:error] !!! syntax error: invalid token: '123foo' -12.3foo; +//12.3foo; //[00018827:error] !!! syntax error: invalid token: '12.3foo' 0xabcdef; //[00060432] 11259375 -0xabcdefg; +//0xabcdefg; //[00061848:error] !!! syntax error: invalid token: '0xabcdefg' |