aboutsummaryrefslogtreecommitdiff
path: root/assets/lyx_img/route_ex2.png
diff options
context:
space:
mode:
authorhlqkj <kris88hl@gmail.com>2021-03-09 10:03:39 +0100
committerorwell96 <orwell@bleipb.de>2021-03-22 11:06:03 +0100
commit07b1231f751db12a284dc28ec6a525ebdf0bb142 (patch)
tree5a8255c623b7ad73b9132a3b8f66fb4a0ac1f8c3 /assets/lyx_img/route_ex2.png
parent5b4f5491d26ae42419ecb036f79fa0040ce45975 (diff)
downloadadvtrains-07b1231f751db12a284dc28ec6a525ebdf0bb142.tar.gz
advtrains-07b1231f751db12a284dc28ec6a525ebdf0bb142.tar.bz2
advtrains-07b1231f751db12a284dc28ec6a525ebdf0bb142.zip
Rework stoprail formspec layout and add mono style
- Rework formspec layout, fixed tab order - Added style to use monospaced font for the stn and ars fields
Diffstat (limited to 'assets/lyx_img/route_ex2.png')
0 files changed, 0 insertions, 0 deletions
pan class="hl str">[[* LN Foo #Bar RC Boo]] il = _G.advtrains.interlocking describe("ars_to_text", function () it("read table", function () assert.equals(il.ars_to_text(arstb),arstr) end) it("reads back and forth", function () assert.equals(il.ars_to_text(il.text_to_ars(arstr)),arstr) end) it("handles default routes properly", function () assert.equals(il.ars_to_text(arsdef),defstr) end) end) describe("text_to_ars", function () it("writes table", function() assert.same(il.text_to_ars(arstr),arstb) end) it("handles default routes properly", function () assert.same(il.text_to_ars(defstr),arsdef) end) end) train1 = {} train2 = {} train3 = {} train1.line = "Foo" train1.routingcode = "Boo" train2.line= "Bar"