summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2023-06-25Merge branch 'master' into verify-expected-url-was-calledRobert Weiner
2023-06-25Merge branch 'master' into rswRobert Weiner
2023-06-24Fix compilation of test fileStefan Monnier
* test/kcell-tests.el (kcell): Don't presume `kotl/` is in `load-path`.
2023-06-22hui:ebut-link-directly, hui:ibut-link-directly now work from kbdBob Weiner
Many other small updates and the manual updated with Ebut/Link and Ibut/Link
2023-06-22Verify url is calledMats Lidell
Ensures that url checks are performed. Add test for regression for urls given in double quotes.
2023-06-17Merge branch 'rsw'Robert Weiner
2023-06-17Fix all issues causing any test cases to fail.Bob Weiner
Rewrite 'hbut-tests-ibut-insert-links' to support ibtypes and better actype checks with less code.
2023-06-13Fix ibut-instance functions, ibut:operate and actypes hbut-testsBob Weiner
2023-06-11Fix a number of ibut recognition issuesBob Weiner
2023-06-11Snapshot of still in progress ibut updates; see Todo listBob Weiner
Mostly have to finish ibut:operate whose calling convention has changed.
2023-06-11Add kotl tests (#339)Mats Lidell
2023-05-29Delete file and buffer to clean up tests (#338)Mats Lidell
* Add helper that removes file and buffer even if modified * Use delete-file-and-buffer helper
2023-05-20Add missing hargs-tests.el (#328)Mats Lidell
2023-05-15Call mapc with two arguments (#327)Mats Lidell
2023-05-14Merge branch 'master' into rswRobert Weiner
2023-05-13Update test/MANIFEST so is currentBob Weiner
2023-05-13Add kotl-mode tests (#324)Mats Lidell
2023-05-07Add hyperbole-run-test-definition ibtype to run an ERT test from defBob Weiner
Fix kimport.el and update tests for star, aug-post and text imports. Fix Shift-TAB within an Org table to go to previous field.
2023-04-30Add ebut rename tests (#321)Mats Lidell
2023-04-22Do not insert ebut data section when looking for it (#316)Mats Lidell
2023-04-15Add tests for kimport (#317)Mats Lidell
2023-04-15Update and add kotl-mode tests (#318)Mats Lidell
2023-04-08Add tests for file names with hash character (#315)Mats Lidell
2023-04-08Add tests for hui:ibut-create, hui:ibut-rename (#314)Mats Lidell
2023-03-30Add interactive creation of named implicit buttons via Ibut/CreateBob Weiner
2023-03-13Fix test/hui-tests.el issue with klink ibtype priorityBob Weiner
2023-03-12Fix html checker warnings for kotl export (#313)Mats Lidell
2023-02-20Test for shell commands in view mode (#310)Mats Lidell
2023-02-19Add startup check hyperbole is found (#308)Mats Lidell
2023-02-12Add tests for Hyperbole set library (#302)Mats Lidell
2023-02-06Add Mats set-tests.el with updates and update set.elBob Weiner
2023-02-04Add SPDX-License-Identifier (#301)Mats Lidell
* Add SPDX-License-Identifier * Adjust test due to lines inserted in files also used as test data
2023-01-08Use kotl mode copy regions as kill in kotl mode (#294)Mats Lidell
2022-12-03Expand smart-org to handle opening and closing src block/result hdrsBob Weiner
Fix hpath:expand-with-variable to expand local files properly. Add Ruby traceback messages to grep-msg ibtype.
2022-11-28Updates in prep for Emacs and Org talkBob Weiner
Improve Smart Keys handler order in Org mode. Initial tags support for Python in Org src Please. TOC ibtype now allows '-', '+' and 'o' prefixes. HyControl I/J/K/M key bindings to move directionally in windows and frames. Org support for non-radio target navigation. Navigate to Org src block :dir directories. Allow glob patterns in addition to regexps when finding HyRolo files within directories.
2022-11-07Improve hycontrol-windows-grid-* and hywconfig-* functionsBob Weiner
2022-10-25Redo HyRolo movement commands; change {,} and {.} to move by entryBob Weiner
2022-10-06Initial HyRolo updates to support forthcoming note taking subsystemBob Weiner
2022-10-04First stab at register support (#272)Mats Lidell
2022-09-13Adjust to new tramp regexp in emacs 29 (#273)Mats Lidell
* Add test case for hpath:remote-at-p * Modify regexp based on tramp regexp value
2022-08-29Fixes for hyrolo multiple file format searches and klink activationBob Weiner
Improve HyRolo handling of koutlines. Remove obsolete functions.
2022-08-21Merge branch 'master' of hyperboleBob Weiner
2022-08-21Add HyRolo searching for Koutline files (*.kotl)Bob Weiner
Simply add Koutline files to hyrolo-file-list.
2022-07-24Fix a number of issues with ibut attribute handlingBob Weiner
2022-07-24Change pushd to cd since /bin/sh does not support pushdBob Weiner
2022-07-23Update tests to work with new ibut:create codeBob Weiner
2022-07-20demo-tests.el - Use 'sh' instead of 'bash'Bob Weiner
Replace single backslash with double backslash where appropriate. Don't kill shell buffer if it exists before the test is invoked.
2022-07-17Allow match on different apropos formats (#201)Mats Lidell
* Allow match on different apropos formats Apropos can have white space or none between command and first parentheses. * Use modified regexp
2022-07-16Use replace regexp in string (#210)Mats Lidell
2022-07-13Clean up after test case (#208)Mats Lidell