# action file to make sure that post-processing actions that require
# request argument processing don't clobber the arguments for the request
# for which they're being executed.

# To run this test, execute the following command:

#	% echo ".test a b c" | troffcvt -A -a thisfile

# You should see the following after the \end-setup line:

#	a b c
#	\break
#	a b c
#	\break

# You should NOT see:

#	a b c
#	\break
#	d e f g
#	\break


req test parse-macro-args eol \
		output-text "$*" \
		break \
		push-string ".null d e f g" \
		output-text "$*" \
		break

req null parse-macro-args eol
