diff options
author | Georg Brandl <georg@python.org> | 2014-09-16 09:51:52 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-16 09:51:52 +0200 |
commit | 508e306f64288290c46602f904f8d25d867c0b50 (patch) | |
tree | 78579062c1169528dba5049efc7e1793653228e2 /tests/examplefiles/rust_example.rs | |
parent | 318728914ec120c42bd892905f98414d01589d3b (diff) | |
parent | 36b2888b4a17b28e6bcd7bc76ee57ed706de0f01 (diff) | |
download | pygments-508e306f64288290c46602f904f8d25d867c0b50.tar.gz |
merge with R4PaSs/pygments-main
Diffstat (limited to 'tests/examplefiles/rust_example.rs')
-rw-r--r-- | tests/examplefiles/rust_example.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/rust_example.rs b/tests/examplefiles/rust_example.rs index 1c0a70c3..8ffbaf6b 100644 --- a/tests/examplefiles/rust_example.rs +++ b/tests/examplefiles/rust_example.rs @@ -11,6 +11,8 @@ // based on: // http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java +/* nest some /* comments */ */ + extern mod std; use core::os; |