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
{{ message }}
This repository was archived by the owner on May 19, 2020. It is now read-only.
input:submit.btn.primary(value="てすと")
will be
<input class="btn primary" value="てすと")
so i modified Lexer/Lexer.php like following.
it's seems ok, what do you think?
diff --git a/src/Everzet/Jade/Lexer/Lexer.php b/src/Everzet/Jade/Lexer/Lexer.php
index 16c55ab..6be2d1a 100644
--- a/src/Everzet/Jade/Lexer/Lexer.php
+++ b/src/Everzet/Jade/Lexer/Lexer.php
@@ -426,6 +426,23 @@ class Lexer implements LexerInterface
$dbrac = false;
break;
}
}