Imported Upstream version 1.4.16
[platform/upstream/m4.git] / checks / 115.changequot
1 dnl @ ../doc/m4.texinfo:4391: Origin of test
2 dnl @ expected status: 0
3 dnl @ extra options: 
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
5 dnl @ Foundation, Inc.
6 dnl @ This file is free software; the Free Software Foundation
7 dnl @ gives unlimited permission to copy and/or distribute it
8 dnl @ with or without modifications, as long as this notice
9 dnl @ is preserved.
10 define(`hi', `HI')
11 dnl @result{}
12 changequote(`""', `"')
13 dnl @result{}
14 ""hi"""hi"
15 dnl @result{}hihi
16 ""hi" ""hi"
17 dnl @result{}hi hi
18 ""hi"" "hi"
19 dnl @result{}hi" "HI"
20 changequote
21 dnl @result{}
22 `hi`hi'hi'
23 dnl @result{}hi`hi'hi
24 changequote(`"', `"')
25 dnl @result{}
26 "hi"hi"hi"
27 dnl @result{}hiHIhi