computable-pandoc/tests/pass.lit.warns.md

32 lines
332 B
Markdown
Raw Permalink Normal View History

2023-06-15 18:42:23 -06:00
# Declaration Override
2023-03-14 15:40:43 -06:00
2023-03-16 15:58:56 -06:00
---
id: fn1
...
2023-04-19 12:33:35 -06:00
1 + 1
2023-03-14 15:40:43 -06:00
Override:
2023-03-16 15:58:56 -06:00
---
id: fn1
...
2023-04-19 12:33:35 -06:00
1 + 2
2023-03-14 15:40:43 -06:00
2023-06-15 18:42:23 -06:00
# Declaration with Language and Command
2023-03-14 15:40:43 -06:00
2023-03-16 15:58:56 -06:00
---
id: fn4
lang: python
cmd: python -E -X utf8
...
2023-04-19 12:33:35 -06:00
1 + 1
2023-03-14 15:40:43 -06:00
2023-06-15 18:42:23 -06:00
# Declaration with Unused Argument
2023-03-14 15:40:43 -06:00
2023-03-16 15:58:56 -06:00
---
2023-04-19 12:33:35 -06:00
id: fn3
args:
a: 1
2023-03-16 15:58:56 -06:00
...
2023-04-19 12:33:35 -06:00
1 + 1