Apparently my version of texinfo doesn't require curly braces to be escaped, but the buildbot's version does...
This commit is contained in:
parent
ac3fd914b9
commit
11db05cf1a
@ -1836,12 +1836,12 @@ were declared without the @code{!} annotation, the following code would not
|
||||
typecheck:
|
||||
@example
|
||||
fn f(int i) -> int @{
|
||||
if (i == 42) {
|
||||
if (i == 42) @{
|
||||
ret 42;
|
||||
}
|
||||
else {
|
||||
@}
|
||||
else @{
|
||||
my_err("Bad number!");
|
||||
}
|
||||
@}
|
||||
@}
|
||||
@end example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user