Rust: Add a test for the new string lexer.
This commit is contained in:
parent
d96a314a68
commit
fba9d19ec7
@ -6,6 +6,8 @@ use std::io::stdio::println;
|
|||||||
use test_input2::*;
|
use test_input2::*;
|
||||||
mod test_input2;
|
mod test_input2;
|
||||||
|
|
||||||
|
fn preserve_string_delims(_bar: extern r#"C"# fn()) {}
|
||||||
|
|
||||||
pub struct A
|
pub struct A
|
||||||
{
|
{
|
||||||
foo: fn() -> int,
|
foo: fn() -> int,
|
||||||
|
@ -31,6 +31,7 @@ main
|
|||||||
my_methodĚ128Í(&self,_:int)ÎFooÖ0
|
my_methodĚ128Í(&self,_:int)ÎFooÖ0
|
||||||
nestedĚ16Í()ÎmainÖ0
|
nestedĚ16Í()ÎmainÖ0
|
||||||
only_fieldĚ8ÎS1Ö0
|
only_fieldĚ8ÎS1Ö0
|
||||||
|
preserve_string_delimsÌ16Í(_bar: extern r#"C"# fn())Ö0
|
||||||
sizeĚ16384Ö0
|
sizeĚ16384Ö0
|
||||||
some2Ě16Í(a:Animal)Ö0
|
some2Ě16Í(a:Animal)Ö0
|
||||||
testĚ128Í(&self)ÎFooÖ0
|
testĚ128Í(&self)ÎFooÖ0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user