Lines Matching full:again
40 let again = lit.into_token_stream().to_string(); in strings() localVariable
41 if again != s { in strings()
42 test_string(&again, value); in strings()
81 let again = lit.into_token_stream().to_string(); in byte_strings() localVariable
82 if again != s { in byte_strings()
83 test_byte_string(&again, value); in byte_strings()
115 let again = lit.into_token_stream().to_string(); in c_strings() localVariable
116 if again != s { in c_strings()
117 test_c_string(&again, value); in c_strings()
154 let again = lit.into_token_stream().to_string(); in bytes() localVariable
155 assert_eq!(again, s); in bytes()
178 let again = lit.into_token_stream().to_string(); in chars() localVariable
179 if again != s { in chars()
180 test_char(&again, value); in chars()
206 let again = lit.into_token_stream().to_string(); in ints() localVariable
207 if again != s { in ints()
208 test_int(&again, value, suffix); in ints()
247 let again = lit.into_token_stream().to_string(); in floats() localVariable
248 if again != s { in floats()
249 test_float(&again, value, suffix); in floats()