lean4-htt/tests/elab_fail/scopedMacros.lean.out.expected
Garmelon 08eb78a5b2
chore: switch to new test/bench suite (#12590)
This PR sets up the new integrated test/bench suite. It then migrates
all benchmarks and some related tests to the new suite. There's also
some documentation and some linting.

For now, a lot of the old tests are left alone so this PR doesn't become
even larger than it already is. Eventually, all tests should be migrated
to the new suite though so there isn't a confusing mix of two systems.
2026-02-25 13:51:53 +00:00

14 lines
706 B
Text

10 + 1 : Nat
scopedMacros.lean:11:7-11:11: error(lean.unknownIdentifier): Unknown identifier `foo!`
10 + 1 : Nat
scopedMacros.lean:19:7-19:50: error: Scoped attributes must be used inside namespaces
scopedMacros.lean:19:7-19:50: error: invalid syntax node kind `termBla!_`
scopedMacros.lean:29:7-29:11: error(lean.unknownIdentifier): Unknown identifier `bla!`
scopedMacros.lean:36:7-36:45: error: Scoped attributes must be used inside namespaces
10 + 20 : Nat
scopedMacros.lean:47:7-47:14: error: elaboration function for `termBar!_` has not been implemented
bar! 10
10 + 10 : Nat
scopedMacros.lean:58:7-58:14: error: elaboration function for `termBar!_` has not been implemented
bar! 10
10 + 10 : Nat