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
;; This test case is a simplified version of Zend_Gdata_Docs, for some;; reason the lexer chokes on the html contents. The combination of;; the first #header, together with the dot in 2.4em triggers the;; error.;;;; Tips for debugging this:;; * put breakpoints in semantic-php-wy.el;; * or add debug statements to lexical analyzers in semantic-php.wy;; * inspect the end position of emitted inline_html tokens;; * perhaps the order of the analyzers in semantic-php-wy-lexer is wrong
(ert-deftest semantic-php-test-lexer-parse-inline-html()
"Test parser wont explode on inline html":expected-result:failed
(with-test-buffer
"function startHTML() {?> #header h1 { } #header p { line-height: 2.4em; }<?php } ?>"
(with-semantic-tags
(should (equal1 (length tags))))))
The text was updated successfully, but these errors were encountered:
See test case and description in lexer.el:
The text was updated successfully, but these errors were encountered: