README.adoc: "normand" -> "Normand"
[normand.git] / tests / fail-macro-def-dup.nt
CommitLineData
320644e2
PP
1!macro salut()
2 "meow" 23 42
3!end
4
5aa bb cc dd
6
7!macro meow()
8 "mix"
9!end
10
11"coucou"
12
13!macro salut()
14 "dup!"
15!end
16---
1713:8 - Duplicate macro named `salut`
This page took 0.022977 seconds and 4 git commands to generate.