QodeAssist/test
Povilas Kanapickas 3dc0d910bf
fix: Fix off by one errors in getContext{Before,After}() (#94)
This also specifies what exactly getContext*() functions do. Before this
commit linesCount was sometimes interpreted as exclusive of current
line, which was confusing as linesCount + 1 lines were being returned.
2025-03-05 19:32:53 +01:00
..
CMakeLists.txt chore: Add unit tests for DocumentContextReader (#90) 2025-03-05 15:01:52 +01:00
DocumentContextReaderTest.cpp fix: Fix off by one errors in getContext{Before,After}() (#94) 2025-03-05 19:32:53 +01:00
unittest_main.cpp chore: Add unit tests for DocumentContextReader (#90) 2025-03-05 15:01:52 +01:00