From 7dcc5323316caa89cc9ae873ed6bbfb45996b07e Mon Sep 17 00:00:00 2001 From: Alexander Guryanov Date: Mon, 30 Oct 2023 19:59:00 +0300 Subject: Support one-line-one-function file format for asyncify lists (#6051) If there are newlines in the list, then we split using them in a simple manner (that does not take into account nesting of any other delimiters). Fixes #6047 Fixes #5271 --- test/lit/passes/asyncify-foo,bar-nl.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/lit/passes/asyncify-foo,bar-nl.txt (limited to 'test/lit/passes/asyncify-foo,bar-nl.txt') diff --git a/test/lit/passes/asyncify-foo,bar-nl.txt b/test/lit/passes/asyncify-foo,bar-nl.txt new file mode 100644 index 000000000..a907ec3f4 --- /dev/null +++ b/test/lit/passes/asyncify-foo,bar-nl.txt @@ -0,0 +1,2 @@ +foo +bar \ No newline at end of file -- cgit v1.2.3