concatenate_rhs_strings: { options = { evaluate: true, unsafe: true, } input: { foo(bar() + 123 + "Hello" + "World"); foo(bar() + (123 + "Hello") + "World"); foo((bar() + 123) + "Hello" + "World"); foo(bar() + 123 + "Hello" + "World" + ("Foo" + "Bar")); foo("Foo" + "Bar" + bar() + 123 + "Hello" + "World" + ("Foo" + "Bar")); foo("Hello" + bar() + 123 + "World"); foo(bar() + 'Foo' + (10 + parseInt('10'))); } expect: { foo(bar() + 123 + "HelloWorld"); foo(bar() + "123HelloWorld"); foo((bar() + 123) + "HelloWorld"); foo(bar() + 123 + "HelloWorldFooBar"); foo("FooBar" + bar() + "123HelloWorldFooBar"); foo("Hello" + bar() + "123World"); foo(bar() + 'Foo' + (10 + parseInt('10'))); } } >koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/htmlxref.cnf
AgeCommit message (Expand)Author
2020-01-12doc: Update htmlxref.cnf....Ludovic Courtès
2019-05-04doc: Update htmlxref.cnf....Ludovic Courtès
2018-07-05doc: Update URL of the Emacs-Guix manual....Ludovic Courtès
2018-07-05doc: Mention translations of the manual....Ludovic Courtès