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

Fix typo #2

Merged
merged 1 commit into from
Jul 22, 2016
Merged

Fix typo #2

merged 1 commit into from
Jul 22, 2016

Conversation

Cxarli
Copy link

@Cxarli Cxarli commented Jul 22, 2016

No description provided.

@@ -53,7 +53,7 @@ describe "SQL grammar", ->

it 'tokenizes with', ->
{tokens} = grammar.tokenizeLine('WITH field')
expert(tokens[0]).toEqual value: 'WITH', scopes: ['source.sql', 'keyword.other.DML.sql']
expect(tokens[0]).toEqual value: 'WITH', scopes: ['source.sql', 'keyword.other.DML.sql']
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

@inohiro inohiro merged commit b957824 into inohiro:add_with Jul 22, 2016
@Cxarli Cxarli deleted the patch-2 branch July 22, 2016 10:18
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

Successfully merging this pull request may close these issues.

3 participants