Skip to content

Commit

Permalink
Test string is FOÖBÄR
Browse files Browse the repository at this point in the history
  • Loading branch information
pfumagalli committed Nov 14, 2024
1 parent 8aa0959 commit 3761cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extras/testing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { ref, watch } from 'vue'
import QrCode from '../qrcode.vue'
const barcode = ref<string>('FO\xD6B\xC4R\xC3\x96XX')
const barcode = ref<string>('FO\xD6B\xC4R')
const latin1 = ref<boolean>(false)
const error = ref<string>()
const data = ref<string | Uint8Array>()
Expand Down

0 comments on commit 3761cf7

Please sign in to comment.