diff options
Diffstat (limited to 'test cases/format/5 transform/source.meson')
| -rw-r--r-- | test cases/format/5 transform/source.meson | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test cases/format/5 transform/source.meson b/test cases/format/5 transform/source.meson index 448288405..a3b326b12 100644 --- a/test cases/format/5 transform/source.meson +++ b/test cases/format/5 transform/source.meson @@ -18,6 +18,20 @@ a2 = [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 # space array a3 = [ 1, 2, 3 ] +# multi line expression +is_foo = ( + true + and false + and true + and false + and true + and false + and true + and false + and true + and false +) + # no single comma function fct = files( 'meson.build', # force multiline |
