Rust: Add a test for the new string lexer.

This commit is contained in:
SiegeLord 2014-07-29 09:34:04 -04:00
parent d96a314a68
commit fba9d19ec7
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,8 @@ use std::io::stdio::println;
use test_input2::*;
mod test_input2;
fn preserve_string_delims(_bar: extern r#"C"# fn()) {}
pub struct A
{
foo: fn() -> int,

View File

@ -31,6 +31,7 @@ main
my_methodĚ128Í(&self,_:int)ÎFooÖ0
nestedĚ16Í()ÎmainÖ0
only_fieldĚ8ÎS1Ö0
preserve_string_delimsÌ16Í(_bar: extern r#"C"# fn())Ö0
sizeĚ16384Ö0
some2Ě16Í(a:Animal)Ö0
testĚ128Í(&self)ÎFooÖ0