[geany/geany] fba9d1: Rust: Add a test for the new string lexer.
SiegeLord
git-noreply at xxxxx
Tue Jul 29 13:34:04 UTC 2014
Branch: refs/heads/master
Author: SiegeLord <slabode at aim.com>
Committer: SiegeLord <slabode at aim.com>
Date: Tue, 29 Jul 2014 13:34:04 UTC
Commit: fba9d19ec775161f722adab322ec384483d4b05c
https://github.com/geany/geany/commit/fba9d19ec775161f722adab322ec384483d4b05c
Log Message:
-----------
Rust: Add a test for the new string lexer.
Modified Paths:
--------------
tests/ctags/test_input.rs
tests/ctags/test_input.rs.tags
Modified: tests/ctags/test_input.rs
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -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,
Modified: tests/ctags/test_input.rs.tags
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -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
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list