1
0
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:
Dan Brown
2022-03-23 14:41:54 +00:00
parent 1c859e94e0
commit d23b24b8db
2 changed files with 16 additions and 1 deletions

View File

@ -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");
}