mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Check for space after line comment marker
This commit is contained in:
@@ -46,10 +46,6 @@ class NewIssueTests(unittest.TestCase):
|
||||
self.assertEqual(count_issues_for_file_type(self.raw_issues, 'tex'), 2)
|
||||
|
||||
def test_julia_issues(self):
|
||||
# TODO: Fix Julia markers
|
||||
# The Julia tests are currently failing as @qwinters noticed in #96.
|
||||
# It looks to be counting block comments twice as the line marker appears within the block marker.
|
||||
# labels: bug
|
||||
self.assertEqual(count_issues_for_file_type(self.raw_issues, 'julia'), 2)
|
||||
|
||||
def test_autohotkey_issues(self):
|
||||
|
||||
Reference in New Issue
Block a user