Skip to content

Commit

Permalink
feature: enable more tests (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Feb 20, 2024
1 parent dd6ec31 commit 0655cdf
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@
"number-negative",
"dotenv-multiline",
"emoji-key",
"php-dotenv-assertions",
"php-dotenv-exported",
"php-dotenv-multibyte",
"php-dotenv-multiline",
"php-dotenv-multiple",
"php-dotenv-nested",
"php-dotenv-specialchars",
"php-dotenv-unicodevarnames"
]
}
Expand Down
62 changes: 62 additions & 0 deletions test/baselines/php-dotenv-assertions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
JsonPropertyName
Punctuation
String
NewLine
NewLine
JsonPropertyName
Punctuation
PunctuationString
PunctuationString
NewLine
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
Whitespace
Comment
Comment
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
NewLine
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
PunctuationString
NewLine
String
PunctuationString
Whitespace
Comment
NewLine
NewLine
NewLine
Comment
NewLine
Error
NewLine
JsonPropertyName
Punctuation
PunctuationString
NewLine
NewLine
PunctuationString
NewLine
14 changes: 14 additions & 0 deletions test/baselines/php-dotenv-multibyte.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
String
NewLine
JsonPropertyName
Punctuation
String
NewLine
60 changes: 60 additions & 0 deletions test/baselines/php-dotenv-multiline.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
JsonPropertyName
Punctuation
PunctuationString
String
NewLine
String
String
String
String
String
String
NewLine
String
PunctuationString
NewLine
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
String
String
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
Punctuation
String
String
String
String
Punctuation
NewLine
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
Punctuation
String
Punctuation
NewLine
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
NewLine
String
NewLine
String
NewLine
String
PunctuationString
NewLine
13 changes: 13 additions & 0 deletions test/baselines/php-dotenv-multiple.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
JsonPropertyName
Punctuation
String
NewLine
JsonPropertyName
Punctuation
String
NewLine
JsonPropertyName
Punctuation
String
NewLine
NewLine
51 changes: 51 additions & 0 deletions test/baselines/php-dotenv-specialchars.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
String
String
String
String
String
PunctuationString
Whitespace
Comment
Comment
NewLine
JsonPropertyName
Punctuation
String
Comment
NewLine
Comment
NewLine
JsonPropertyName
Punctuation
PunctuationString
String
PunctuationString
NewLine

0 comments on commit 0655cdf

Please sign in to comment.