~ubuntu-branches/ubuntu/intrepid/m4/intrepid

« back to all changes in this revision

Viewing changes to checks/055.ifelse

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2008-04-03 09:49:04 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080403094904-nzbg2ojnfh38cog0
Tags: 1.4.11-1
* New upstream release.
* Changed copyright file to refer to the GFDL in common-licenses.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl @ ../doc/m4.texinfo:2508: Origin of test
2
 
dnl @ expected status: 0
3
 
dnl @ extra options: 
4
 
dnl @ Copyright (C) 2006, 2007 Free Software Foundation
5
 
dnl @ This file is free software; the Free Software Foundation
6
 
dnl @ gives unlimited permission to copy and/or distribute it
7
 
dnl @ with or without modifications, as long as this notice
8
 
dnl @ is preserved.
9
 
ifelse(`foo', `bar', `third', `gnu', `gnats')
10
 
dnl @error{}m4:stdin:1: Warning: excess arguments to builtin `ifelse' ignored
11
 
dnl @result{}gnu
12
 
ifelse(`foo', `bar', `third', `gnu', `gnats', `sixth')
13
 
dnl @result{}
14
 
ifelse(`foo', `bar', `third', `gnu', `gnats', `sixth', `seventh')
15
 
dnl @result{}seventh
16
 
ifelse(`foo', `bar', `3', `gnu', `gnats', `6', `7', `8')
17
 
dnl @error{}m4:stdin:4: Warning: excess arguments to builtin `ifelse' ignored
18
 
dnl @result{}7