summaryrefslogtreecommitdiff
path: root/tests/test-org-babel-config-structure-templates.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(org-babel): correct java structure-template language nameCraig Jennings2026-05-231-0/+32
The `<java` Org Tempo template expanded to "#+begin_src javas", a typo for "java", so a Java source block came out tagged with a bogus language. I fixed the entry to "src java" and added a test that pins seven common aliases (bash, zsh, el, py, json, yaml, java) to their intended src language names, so the next typo in the template list gets caught.