We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce4430 commit f695cdeCopy full SHA for f695cde
2 files changed
tests/AssetsTest.php
@@ -565,7 +565,7 @@ public function testVueJsUtf8Scanning()
565
566
self::assertCount(2, $translations);
567
568
- self::assertNotFalse($translations->find('', 'Let’s test ā ūtf8 štriņģ ❤️'));
+ self::assertNotFalse($translations->find('', 'Let’s test ā ūtf8 štriņģ 😎️'));
569
self::assertNotFalse($translations->find('', 'We’re happy to have you here, 愛'));
570
}
571
tests/assets/vuejs3/input.vue
@@ -1,5 +1,5 @@
1
<template>
2
- {{ __('Let’s test ā ūtf8 štriņģ ❤️') }}
+ {{ __('Let’s test ā ūtf8 štriņģ 😎️') }}
3
</template>
4
5
<script>
0 commit comments