Skip to content

Commit

Permalink
Update WLX.wl
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI authored Jul 18, 2024
1 parent 04af190 commit 98580cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/WLX.wl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ tokenizer[s_, r_, str_] :=
common =
StringCases[element,
RegularExpression[
"([\\w|\\-]*)=\\\"([\\w|\\(|\\)|\\;|\\^|\\:|\\s|\\d|\\%|#|\\.|\\-|\\,|\\?|\\/|\\@]*)\\\""] -> ("$1" -> "$2") ]
"([\\w|\\-]*)=\\\"([\\w|\\(|\\)|=|\\;|\\^|\\:|\\s|\\d|\\%|#|\\.|\\-|\\,|\\?|\\/|\\@]*)\\\""] -> ("$1" -> "$2") ]
},

With[{firstH = StringTake[head, 1]},
Expand Down

0 comments on commit 98580cf

Please sign in to comment.