Lines Matching refs:newline
210 # What happens if the values from the .for loop contain a literal newline?
211 # Before for.c 1.144 from 2021-06-25, the newline was passed verbatim to the
212 # body of the .for loop, where it was then interpreted as a literal newline,
218 # newline character gets replaced with a plain space.
219 # expect+3: newline in .for value
220 # expect+2: newline in .for value
222 .for i in "${.newline}"
225 # No error since the newline character is not actually used in the body.
226 .for i in "${.newline}"
230 # a newline character in a .for loop led to a crash since at the point where
235 # expect+1: newline in .for value
236 .for i in "${.newline}"