diff options
author | Georg Brandl <georg@python.org> | 2014-09-16 09:40:51 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-16 09:40:51 +0200 |
commit | f3aaf003440cbde495e12c3ae5e53bc48b9b1ffd (patch) | |
tree | 77d68f54e5a07ab1c4ac21cfd02a61ab00bfe5c3 | |
parent | dcd83d52d1d4a3dc55987316db3cc5c22c5b4250 (diff) | |
download | pygments-f3aaf003440cbde495e12c3ae5e53bc48b9b1ffd.tar.gz |
test nested comments in rust
-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; |