mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 19:34:12 +00:00
Merge pull request #487 from gradha/pr_no_more_slurping
Improves highlite module
This commit is contained in:
@@ -194,6 +194,8 @@ proc runSpecialTests(r: var TResults, options: string) =
|
||||
|
||||
for t in os.walkFiles("tests/patterns/t*.nim"):
|
||||
runSingleTest(r, t, options)
|
||||
for t in ["lib/packages/docutils/highlite"]:
|
||||
runSingleTest(r, t, options)
|
||||
|
||||
proc rejectSpecialTests(r: var TResults, options: string) =
|
||||
rejectThreadTests(r, options)
|
||||
|
||||
Reference in New Issue
Block a user