mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
23
spec/tests/terraform/test_variable_read.txt
Normal file
23
spec/tests/terraform/test_variable_read.txt
Normal file
@ -0,0 +1,23 @@
|
||||
---input---
|
||||
provider "aws" {
|
||||
region = var.aws_region
|
||||
}
|
||||
|
||||
---tokens---
|
||||
'provider' Keyword.Reserved
|
||||
' ' Text.Whitespace
|
||||
'"aws"' Name.Variable
|
||||
' ' Text.Whitespace
|
||||
'{' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
' ' Text.Whitespace
|
||||
'region' Name.Attribute
|
||||
' ' Text.Whitespace
|
||||
'=' Operator
|
||||
' ' Text.Whitespace
|
||||
'var.aws_region' Name.Variable
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'}' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user