fix still more issues with the previous scenario
commit5d4fd4aa93918ae2139a581bae4d9f9579359281
authorKartik K. Agaram <vc@akkartik.com>
Fri, 12 Jan 2024 11:33:13 +0000 (12 03:33 -0800)
committerKartik K. Agaram <vc@akkartik.com>
Fri, 12 Jan 2024 11:35:22 +0000 (12 03:35 -0800)
treec7f6f9e0bafa97117745e2b882c03f7cbc1ba02c
parent57fb2d4b57db3fef5245d40e16f5ea811c3806a4
fix still more issues with the previous scenario

- source editor always expects relative paths
- refresh mocked data

There's still one issue after this: the font size saved in the config
file is the one we use in tests. More broadly, Editor_state is
completely wrong.

Ideally I'd just not save any settings for the source editor if the
tests fail.
source.lua
source_edit.lua