mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Fix failing test
This commit is contained in:
parent
05b65d59b5
commit
98158fd372
@ -18,7 +18,7 @@ pub struct Clojure;
|
||||
fn is_keyword_character(byte: u8) -> bool {
|
||||
return matches!(
|
||||
byte,
|
||||
b'!' | b'%' | b'*' | b'+' | b'-' | b'.' | b'/' | b':' | b'_'
|
||||
b'!' | b'#' | b'%' | b'*' | b'+' | b'-' | b'.' | b'/' | b':' | b'_'
|
||||
) | byte.is_ascii_alphanumeric();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user