1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

toml: remove fixed value tests from skip list (#12503)

This commit is contained in:
Larpon 2021-11-18 12:57:14 +01:00 committed by GitHub
parent 0ec02e3247
commit 24ea15c8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,6 @@ const (
valid_value_exceptions = [
// String
'string/double-quote-escape.toml',
'string/unicode-escape.toml',
'string/escapes.toml',
'string/escape-tricky.toml',
'string/multiline.toml',