From d1d4ab56d178c11250c3a69ab486d885f5ce1451 Mon Sep 17 00:00:00 2001 From: Liangent Date: Wed, 10 Oct 2012 15:58:59 +0800 Subject: [PATCH] Parser test to test language conversion around HTML tags. Change-Id: I227db72f89b574bfc94ada153d959d9b0d143e8e --- tests/parser/parserTests.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index e55cc83071..8da373f651 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -9619,6 +9619,20 @@ language=zh variant=zh-tw !! end +!! test +Conversion around HTML tags +!! options +language=sr variant=sr-ec +!! input +-{H|span=>sr-ec:script;title=>sr-ec:src;}- +ski +!! result +

+ски +

+!! end + + !! test Explicit session-wise language variant mapping (A flag and - flag) !! options -- 2.20.1