File: 22.trace

package info (click to toggle)
m4 1.4-10
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,592 kB
  • ctags: 1,114
  • sloc: ansic: 10,411; makefile: 395; sh: 330; lisp: 243
file content (13 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl ../doc/m4.texinfo:1606: Origin of test
define(`foo', `Hello World.')
dnl @result{}
define(`echo', `$@')
dnl @result{}
traceon(`foo', `echo')
dnl @result{}
foo
dnl @error{}m4trace: -1- foo -> `Hello World.'
dnl @result{}Hello World.
echo(gnus, and gnats)
dnl @error{}m4trace: -1- echo(`gnus', `and gnats') -> ``gnus',`and gnats''
dnl @result{}gnus,and gnats