Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sadick254 committed Oct 7, 2021
1 parent a77aa2f commit d779d26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tree-sitter-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('Tree-sitter HTML grammar', () => {
</html>
`)

expect(Object.keys(atom.packages.activePackages)).toBe([])
// Tag punctuation.
expect(editor.scopeDescriptorForBufferPosition([0, 0]).toString()).toBe(
'.text.html.basic .source.html .punctuation.definition.tag.begin'
Expand Down
7 changes: 7 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='"' content="This'll test single and double quotes.">
</head>
<body>
</html>

0 comments on commit d779d26

Please sign in to comment.