mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Added additional missing editor translations
- Also merged StyleCI fixes As per #3342
This commit is contained in:
@ -435,7 +435,7 @@ class ExportTest extends TestCase
|
||||
$pageB->save();
|
||||
|
||||
$resp = $this->get($book->getUrl('/export/markdown'));
|
||||
$resp->assertDontSee("hello tester# The second page in this test");
|
||||
$resp->assertDontSee('hello tester# The second page in this test');
|
||||
$resp->assertSee("hello tester\n\n# The second page in this test");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user