From 19200ea130d85a8d7ac30e1c9cd9d0f3c07c898c Mon Sep 17 00:00:00 2001 From: adueck Date: Tue, 22 Aug 2023 23:05:48 +0400 Subject: [PATCH] another example --- src/demo-components/ParserDemo.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/demo-components/ParserDemo.tsx b/src/demo-components/ParserDemo.tsx index 5af2d7c..97119cf 100644 --- a/src/demo-components/ParserDemo.tsx +++ b/src/demo-components/ParserDemo.tsx @@ -44,6 +44,7 @@ const examples = [ "ستا پخواني ملګري مې ولیدل", "ما ډوډۍ خوړله", "وامې نه خیست", + "وبه مې وینې", ]; function ParserDemo({ opts }: { opts: T.TextOptions }) {