Skip to content

Commit f695cde

Browse files
author
MBriedis
committed
Add an actual emoji to the test
1 parent 3ce4430 commit f695cde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/AssetsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ public function testVueJsUtf8Scanning()
565565

566566
self::assertCount(2, $translations);
567567

568-
self::assertNotFalse($translations->find('', 'Let’s test ā ūtf8 štriņģ '));
568+
self::assertNotFalse($translations->find('', 'Let’s test ā ūtf8 štriņģ 😎'));
569569
self::assertNotFalse($translations->find('', 'We’re happy to have you here, 愛'));
570570
}
571571

tests/assets/vuejs3/input.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
{{ __('Let’s test ā ūtf8 štriņģ ️') }}
2+
{{ __('Let’s test ā ūtf8 štriņģ 😎️') }}
33
</template>
44

55
<script>

0 commit comments

Comments
 (0)