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

Commit c72b61a

Browse files
committed
Test
1 parent a77aa2f commit c72b61a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

spec/tree-sitter-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ describe('Tree-sitter HTML grammar', () => {
2020
</html>
2121
`)
2222

23+
expect(Object.keys(atom.packages.activatePackages)).toBe([])
2324
// Tag punctuation.
2425
expect(editor.scopeDescriptorForBufferPosition([0, 0]).toString()).toBe(
2526
'.text.html.basic .source.html .punctuation.definition.tag.begin'

test.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<html lang="en">
2+
<head>
3+
<meta charset='utf-8'>
4+
<meta name='"' content="This'll test single and double quotes.">
5+
</head>
6+
<body>
7+
</html>

0 commit comments

Comments
 (0)