Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential fixes for failing tests/skipped unit tests #68

Open
allejo opened this issue Feb 3, 2020 · 0 comments
Open

Potential fixes for failing tests/skipped unit tests #68

allejo opened this issue Feb 3, 2020 · 0 comments

Comments

@allejo
Copy link
Collaborator

allejo commented Feb 3, 2020

-<span class="json">{<span class="hljs-attr">"status"</span>: <span class="hljs-string">"ok"</span>, <span class="hljs-attr">"extended"</span>: <span class="hljs-literal">true</span>}
-</span>'
+{"status": "ok", "extended": true}'

Looks like your sublanguage support is maybe broken somehow? Perhaps you don't support auto-detect of sublanguages? HTTP is a pretty simple syntax.

Failing Haskell Test

Likely a bug in your recursive rule support using "self"?

      hljs.COMMENT(
        '{-',
        '-}',
        {
          contains: ['self']
        }
      )

Originally posted by @yyyc514 in #66 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant