diff options
author | Georg Brandl <georg@python.org> | 2014-09-20 00:12:54 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-20 00:12:54 +0200 |
commit | f7219e7b8b5236db12e077ba36f54182cd665941 (patch) | |
tree | 7a65d7f54e5f9b36a1b3342c79a1eb06a8198878 /tests/examplefiles/rust_example.rs | |
parent | ac4a2c47e625fdc12d83a07d360d678abd39af62 (diff) | |
parent | 33cb0a84a19b4e96d694eb99b490346f20e315d7 (diff) | |
download | pygments-f7219e7b8b5236db12e077ba36f54182cd665941.tar.gz |
Merged in pchaigno/pygments-main/prolog-ecl (pull request #374)
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; |