summaryrefslogtreecommitdiff
path: root/testing/lisp/test-ob-java.el
AgeCommit message (Expand)Author
2024-05-19testing/lisp/*.el: Fix second arg to `signal`scratch/orgStefan Monnier
2024-01-06Update remaining copyright yearsKyle Meyer
2023-01-01Update remaining copyright yearsKyle Meyer
2022-11-26ob-core: Resolve named list references to simple listsIhor Radchenko
2022-11-10fixup! testing/lisp/test-ob-java.el: Skip when ob-java is not loadedIhor Radchenko
2022-11-10testing/lisp/test-ob-java.el: Skip when ob-java is not loadedIhor Radchenko
2022-10-21test-ob-java: Test Java source block header arguments at all levelsRudolf Adamkovič
2022-10-21ob-java: Define the list of all supported header argumentsRudolf Adamkovič
2022-10-09test-ob-java: Use `temporary-file-directory'Ihor Radchenko
2022-10-09testing/lisp/test-ob-java.el: Add missing `provide'Ihor Radchenko
2022-09-15testing: Make all files use `lexical-binding`Stefan Monnier
2022-01-01Update copyright year to 2022Kyle Meyer
2021-03-21Prefer HTTPS to HTTP for links to gnu.orgStefan Kangas
2021-03-09* lisp/org-agenda.el: Use lexical-bindingStefan Monnier
2021-01-01Merge branch 'maint'Kyle Meyer
2020-11-17lisp/ob-java.el: Make the default to write to the current directoryIan Martins
2020-11-15ob-java.el: Allow for more whitespace in java codeIan Martins
2020-11-02ob-java.el: Change the default back to scripting modeIan Martins
2020-10-25ob-java.el: Use customizable commands, avoid incompatabilityIan Martins
2020-10-25ob-java.el: Allow non-public classesIan Martins
2020-10-25ob-java.el: Add support for variables, return values, trampIan Martins