mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
# Several input lines, expanding to one
|
|
define(`foo', ``foo' line one.
|
|
`foo' line two.
|
|
`foo' line three.') xyz
|
|
foo
|
|
# Several input lines, expanding to none
|
|
define(`foo', ``foo' line one.
|
|
`foo' line two.
|
|
`foo' line three.')dnl
|
|
# one input line, expanding to several output lines
|
|
foo foo
|