~ubuntu-branches/ubuntu/gutsy/m4/gutsy

« back to all changes in this revision

Viewing changes to checks/076.changequot

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 14:00:55 UTC
  • mfrom: (1.5.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801140055-ob48jo517shsyvgk
Tags: 1.4.10-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl @ ../doc/m4.texinfo:3270: Origin of test
2
 
dnl @ expected status: 0
3
 
dnl @ Copyright (C) 2006, 2007 Free Software Foundation
4
 
dnl @ This file is free software; the Free Software Foundation
5
 
dnl @ gives unlimited permission to copy and/or distribute it
6
 
dnl @ with or without modifications, as long as this notice
7
 
dnl @ is preserved.
8
 
define(`echo', `$@')
9
 
dnl @result{}
10
 
define(`hi', `HI')
11
 
dnl @result{}
12
 
changequote(`q', `Q')
13
 
dnl @result{}
14
 
q hi Q hi
15
 
dnl @result{}q HI Q HI
16
 
echo(hi)
17
 
dnl @result{}qHIQ
18
 
changequote
19
 
dnl @result{}
20
 
changequote(`-', `EOF')
21
 
dnl @result{}
22
 
- hi EOF hi
23
 
dnl @result{} hi  HI
24
 
changequote
25
 
dnl @result{}
26
 
changequote(`1', `2')
27
 
dnl @result{}
28
 
hi1hi2
29
 
dnl @result{}hi1hi2
30
 
hi 1hi2
31
 
dnl @result{}HI hi