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

Typo in CxxHighlighterVisitor.java: "Highligthing error in file" #1723

Closed
mkst opened this issue Jun 14, 2019 · 1 comment · Fixed by #1724
Closed

Typo in CxxHighlighterVisitor.java: "Highligthing error in file" #1723

mkst opened this issue Jun 14, 2019 · 1 comment · Fixed by #1724
Assignees
Labels
Milestone

Comments

@mkst
Copy link

mkst commented Jun 14, 2019

Creating a ticket to tie a PR to...

Description

Highlighting is spelled incorrectly:

WARN: Highligthing error in file '/home/ansible/workspace/Test_Babylon/src/tools/clientTest.cpp' at line:496, column:29
WARN: Highligthing error in file '/home/ansible/workspace/Test_Babylon/src/tools/heliumDBTest.cpp' at line:259, column:23
WARN: Highligthing error in file '/home/ansible/workspace/Test_Babylon/src/tools/levelDBTest.cpp' at line:301, column:23
WARN: Highligthing error in file '/home/ansible/workspace/Test_Babylon/src/tools/testClient.cpp' at line:297, column:33

Steps to reproduce the problem

Scan a file that has some incorrect Highlighting (perhaps a bug in it's own right):

foo = bar(123, "\
this is my string
blah blah
  ");

Expected behavior

Highlighting spelled correctly

Actual behavior

Highlighting spelled incorrectly (Highligthing)

Known workarounds

n/a

LOG file

n/a

Related information

latest

@guwirth
Copy link
Collaborator

guwirth commented Jul 10, 2019

@streetster thanks for providing this fix!

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

Successfully merging a pull request may close this issue.

2 participants