summaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2022-12-27; * test/src/treesit-tests.el: remove dead store (bytecomp warning)Mattias Engdegård
2022-12-26Add a new tree-sitter query predicate 'pred'Yuan Fu
2022-12-26; Fix tree-sitter defun testsYuan Fu
2022-12-17Switch to use cursor API in treesit.cYuan Fu
2022-12-13; Fix typosStefan Kangas
2022-12-12Add improved tree-sitter navigationYuan Fu
2022-12-12; * test/src/treesit-tests.el: Add outline headers.Yuan Fu
2022-12-09Make indirect buffers use tree-sitter parsers of their base bufferYuan Fu
2022-12-07Improve parameter checking in tree-sitter functionsYuan Fu
2022-12-07* test/src/sqlite-tests.el (sqlite-version): Declare.Mattias Engdegård
2022-11-25Add sqlite library version string retrieval function (bug#58766)Mattias Engdegård
2022-11-22; Fix warnings in builds without tree-sitterMattias Engdegård
2022-11-21; * test/src/treesit-tests.el (treesit-misc): Remove test.Yuan Fu
2022-11-21Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu
2022-11-21; * test/src/treesit-tests.el (treesit-misc): Don't fail without tsMattias Engdegård
2022-11-20; Fix typosStefan Kangas
2022-11-18; Fix typosStefan Kangas
2022-11-16Allow checking for outdated nodes in tree-sitterYuan Fu
2022-11-16Reduce buffer-tests noisiness even moreEli Zaretskii
2022-11-16Reduce buffer-tests noisiness when run in batch mode.Matt Armstrong
2022-11-14; Remove some tree-sitter testsYuan Fu
2022-11-14; * test/src/treesit-tests.el (treesit-node-check): New test.Yuan Fu
2022-11-11Improve treesit-node-atYuan Fu
2022-11-11; Fix typosStefan Kangas
2022-11-10Rewrite the `kill-buffer-delete-auto-save' tests (bug#59028)Matt Armstrong
2022-11-06itree.c and buffer-tests.el: Incorporate code review feedbackMatt Armstrong
2022-11-05buffer.c: evaporate overlays in all indirect buffersStefan Monnier
2022-11-05Add a test for overlay evaporation across indirect buffersMatt Armstrong
2022-11-05Tweak the overlay related `insert-before-markers' testsMatt Armstrong
2022-11-04Revise tree-sitter facility for multi-language buffersYuan Fu
2022-11-03itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier
2022-11-01src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928)Stefan Monnier
2022-10-28Remove test of treesit-language-atYuan Fu
2022-10-28Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier
2022-10-27; Update copyright yearsStefan Kangas
2022-10-26; Fix several symbol name typosStefan Kangas
2022-10-25New tree-sitter toggle schemeYuan Fu
2022-10-24Fix regexp matching with atomic strings and optimised backtrackingMattias Engdegård
2022-10-22Add `get-pos-property' tests covering bug#58706Matt Armstrong
2022-10-22Audit some plist uses with new predicate argumentBasil L. Contovounesios
2022-10-21Fix a narrow-to-region vs. overlays-at bugMatt Armstrong
2022-10-21Fix handling of overlays that begin at END in 'overlays_in'Matt Armstrong
2022-10-17Skip tree-sitter tests unless language definition is availableYuan Fu
2022-10-16Expand 'random' testsuiteStefan Kangas
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas
2022-10-14src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier
2022-10-10Add a test for sqlite "insert ... returning"Lars Ingebrigtsen
2022-10-09; * test/src/buffer-tests.el: Remove unecessary `message' calls.Matt Armstrong
2022-10-08; * test/src/buffer-tests.el (test-overlay-randomly): new test.Matt Armstrong
2022-10-08; * test/src/fns-tests.el (fns-tests--string-lessp-cases): Extend.Mattias Engdegård