aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorTamás Bálint Misius <lbphacker@gmail.com>2023-12-22 21:02:58 +0100
committerEli Schwartz <eschwartz93@gmail.com>2024-01-06 23:56:32 -0500
commit7700618181249ec02ebe774d9c276d1c343b5dce (patch)
tree1d3cf3e5aec9e46deb42d57552f03a05311f7920 /test cases
parentfbc744e6c6031f96cdbb89e5320d93188a18006c (diff)
downloadmeson-7700618181249ec02ebe774d9c276d1c343b5dce.zip
meson-7700618181249ec02ebe774d9c276d1c343b5dce.tar.gz
meson-7700618181249ec02ebe774d9c276d1c343b5dce.tar.bz2
machine file: Fix parenthesized expressions
Extends 79ed2415e9a5. Thanks @bruchar1 for the test case; I got absolutely lost trying to figure out where to add one.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/common/222 native prop/nativefile.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/common/222 native prop/nativefile.ini b/test cases/common/222 native prop/nativefile.ini
index 03c1e03..790b27c 100644
--- a/test cases/common/222 native prop/nativefile.ini
+++ b/test cases/common/222 native prop/nativefile.ini
@@ -1,3 +1,4 @@
[properties]
astring = 'mystring'
-anarray = ['one', 'two'] \ No newline at end of file
+anarray = ['one', 'two']
+withparentheses = ('anotherstring') # Ensure parentheses can be parsed \ No newline at end of file