aboutsummaryrefslogtreecommitdiff
path: root/element_include_test.go
AgeCommit message (Collapse)Author
2024-10-15all: fix missing SPDX copyright and license on test fileShulhan
2024-10-13all: fix reading include file when parent path is absoluteShulhan
Previously, if the parent document is opened using absolute path and it contains include directive, the included file will fail to read because the parent path is joined with current working directory.