Skip to content

Commit e1bdcb5

Browse files
Add spec/syntax_spec.cr (#16749)
A handy spec entry point that run all specs related to syntax (parsing, formatting, tools).
1 parent 23c5530 commit e1bdcb5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

spec/syntax_spec.cr

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This is a spec entry point to run all specs related to syntax (parsing, formatting, tools).
2+
3+
require "./compiler/lexer/**"
4+
require "./compiler/parser/**"
5+
require "./compiler/formatter/**"
6+
7+
require "./compiler/crystal/tools/doc_spec.cr"
8+
require "./compiler/crystal/tools/doc/**"
9+
require "./compiler/crystal/tools/flags_spec.cr"
10+
require "./compiler/crystal/tools/format_spec.cr"
11+
12+
require "./std/crystal/syntax_highlighter/**"

0 commit comments

Comments
 (0)