about summary refs log tree commit diff stats
path: root/source_text_tests.lua
Commit message (Expand)AuthorAgeFilesLines
* give a test a unique nameKartik K. Agaram2023-03-191-3/+3
* bugfixKartik K. Agaram2023-03-171-0/+22
* bugfix: up arrow when line above is a drawingKartik K. Agaram2023-01-311-0/+50
* deduce test names on failuresKartik K. Agaram2023-01-201-522/+428
* overzealous search-and-replaceKartik K. Agaram2022-12-231-1/+1
* make love event names consistentKartik K. Agaram2022-12-231-22/+22
* streamline one more test nameKartik K. Agaram2022-12-131-14/+14
* repeat changes on source editorKartik K. Agaram2022-12-131-53/+36
* support selections in the source editorKartik K. Agaram2022-09-061-2/+408
* support drawings in the source editorKartik K. Agaram2022-09-051-1/+59
* editing source code from within the appKartik K. Agaram2022-09-031-0/+1609
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165