summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-16 09:40:51 +0200
committerGeorg Brandl <georg@python.org>2014-09-16 09:40:51 +0200
commitf3aaf003440cbde495e12c3ae5e53bc48b9b1ffd (patch)
tree77d68f54e5a07ab1c4ac21cfd02a61ab00bfe5c3
parentdcd83d52d1d4a3dc55987316db3cc5c22c5b4250 (diff)
downloadpygments-f3aaf003440cbde495e12c3ae5e53bc48b9b1ffd.tar.gz
test nested comments in rust
-rw-r--r--tests/examplefiles/rust_example.rs2
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;