@@ -110,7 +110,7 @@ public function test_ascii_compile_adds_default_filter_and_input_request(): void
110110 $ expectedlinkcode = '{init(inputIds,[{"operation":"filter","type":"markdown","transforms":"asciimath,aligneq,minwrap"}]);} ' ;
111111 $ this ->assertStringContainsString ($ expectedlinkcode , $ joined );
112112 $ this ->assertStringContainsString (
113- 'id="asciiContainerRow" style="width:calc(100% - 20px );height:calc(100vh - 30px );min-height:calc(400px - 30px );" ' ,
113+ 'id="asciiContainerRow" style="width:calc(100% - 13px );height:calc(100vh - 14px );min-height:calc(400px - 14px );" ' ,
114114 $ joined
115115 );
116116 }
@@ -161,7 +161,7 @@ public function test_ascii_compile_uses_child_filter_and_extractor_operations():
161161 ',{"type":"lastexpr","targetinput":"ans2","operation":"extractor"}]);} ' ;
162162 $ this ->assertStringContainsString ($ expectedlinkcode , $ joined );
163163 $ this ->assertStringContainsString (
164- 'id="asciiContainerRow" style="width:calc(80% - 20px );height:calc(100vh - 30px );min-height:calc(300px - 30px );" ' ,
164+ 'id="asciiContainerRow" style="width:calc(80% - 13px );height:calc(100vh - 14px );min-height:calc(300px - 14px );" ' ,
165165 $ joined
166166 );
167167 $ this ->assertStringNotContainsString ('"transforms":"aligneq,boldfilter" ' , $ joined );
@@ -198,7 +198,7 @@ public function test_ascii_compile_uses_child_filter_markdown_maths(): void {
198198 ',{"type":"lastexpr","targetinput":"ans2","operation":"extractor"}]);} ' ;
199199 $ this ->assertStringContainsString ($ expectedlinkcode , $ joined );
200200 $ this ->assertStringContainsString (
201- 'id="asciiContainerRow" style="width:calc(80% - 20px );height:calc(100vh - 30px );min-height:calc(300px - 30px );" ' ,
201+ 'id="asciiContainerRow" style="width:calc(80% - 13px );height:calc(100vh - 14px );min-height:calc(300px - 14px );" ' ,
202202 $ joined
203203 );
204204 $ this ->assertStringNotContainsString ('"transforms":"aligneq,boldfilter" ' , $ joined );
0 commit comments