forked from AbleScript/ablescript
fixed strings
This commit is contained in:
parent
a3a0663433
commit
55a455d110
|
@ -122,7 +122,7 @@ pub enum Token {
|
|||
Abool(Abool),
|
||||
|
||||
/// String
|
||||
#[regex("/\\*(\\.|[^\\*/])*\\*/", get_string)]
|
||||
#[regex(r"/\*([^\*]*\*+[^\*/])*([^\*]*\*+|[^\*]*\*/)", get_string)]
|
||||
String(String),
|
||||
|
||||
/// Integer
|
||||
|
|
Loading…
Reference in a new issue