~ubuntu-branches/ubuntu/feisty/mp4h/feisty

« back to all changes in this revision

Viewing changes to tests/ifneq/02.in

  • Committer: Bazaar Package Importer
  • Author(s): Denis Barbier
  • Date: 2003-11-06 20:34:24 UTC
  • Revision ID: james.westby@ubuntu.com-20031106203424-nqx14tkfeirx01r3
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<set-var foo=foo />
 
2
<ifneq <get-var foo> "foo" a b />
 
3
<ifneq <get-var foo> "foo" a />
 
4
<ifneq <get-var foo> "bar" a b />
 
5
<ifneq <get-var foo> "bar" a />