Skip to content

Commit 9c370b1

Browse files
committed
Reorganize syntax tests
This commit... 1. adds dummy test file for `.hcl` 2. removes redundant tests from `.tfvars` 3. renames test files to `syntax_test_scope.*` for syntax tests It creates room for `syntax_test_symbols.*` or `syntax_test_reindent.*`.
1 parent 7224ab0 commit 9c370b1

5 files changed

+8
-194
lines changed

tests/syntax_test_scope.hcl

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SYNTAX TEST "HCL.sublime-syntax"
2+
3+
# Same as normal Terraform syntax, hence nothing special to test here.
4+
# <- source.hcl
File renamed without changes.

tests/syntax_test_scope.tfvars

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SYNTAX TEST "Terraform-vars.sublime-syntax"
2+
3+
# Same as normal Terraform syntax, hence nothing special to test here.
4+
# <- source.terraform-vars

tests/syntax_test_terraform-vars.tfvars

-194
This file was deleted.

0 commit comments

Comments
 (0)