Mercurial
comparison mrjunejune/test/latex_renderer_test.c @ 247:70f2a3dafc1c
[build] Bundle offline Tectonic runtime
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 20:20:06 -0700 |
| parents | b8aa08503378 |
| children | b8b6e726964a |
comparison
equal
deleted
inserted
replaced
| 246:4f2b50bc78e7 | 247:70f2a3dafc1c |
|---|---|
| 21 return count; | 21 return count; |
| 22 } | 22 } |
| 23 | 23 |
| 24 int main(void) | 24 int main(void) |
| 25 { | 25 { |
| 26 assert(chdir("/") == 0); | |
| 26 size_t initial_workspaces = latex_workspace_count(); | 27 size_t initial_workspaces = latex_workspace_count(); |
| 27 | 28 |
| 28 const char *valid = | 29 const char *valid = |
| 29 "\\documentclass{article}\n" | 30 "\\documentclass{article}\n" |
| 30 "\\begin{document}\n" | 31 "\\begin{document}\n" |