You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comment on Escaping.validAttrName says that an attribute can start with an underscore but startCharValid doesn't allow an underscore. I think that the fix is as simple as || sc == "_" but I'm submitting this as an issue rather than a PR because I haven't taken the time to make a fork, edit, build, run tests, etc. Sorry!
The comment on Escaping.validAttrName says that an attribute can start with an underscore but
startCharValid
doesn't allow an underscore. I think that the fix is as simple as|| sc == "_"
but I'm submitting this as an issue rather than a PR because I haven't taken the time to make a fork, edit, build, run tests, etc. Sorry!scalatags/scalatags/src/scalatags/Escaping.scala
Line 27 in f087694
The text was updated successfully, but these errors were encountered: