diff --git a/testdata/AP.json b/testdata/AP.json index 582c9af..9f3f066 100644 --- a/testdata/AP.json +++ b/testdata/AP.json @@ -262,5 +262,13 @@ { "input": "Connect Consul to Gateway.", "expect": "Connect Consul to Gateway." + }, + { + "input": "For Servers Running Ubuntu 16.04 or 18.04", + "expect": "For Servers Running Ubuntu 16.04 or 18.04" + }, + { + "input": "Any-source Multicase Routing (ASM)", + "expect": "Any-Source Multicase Routing (ASM)" } ] diff --git a/testdata/Chicago.json b/testdata/Chicago.json index 039e9fb..d64ee11 100644 --- a/testdata/Chicago.json +++ b/testdata/Chicago.json @@ -122,5 +122,13 @@ { "input": "hmm ... this is interesting...", "expect": "Hmm ... This Is Interesting..." + }, + { + "input": "For Servers Running Ubuntu 16.04 or 18.04", + "expect": "For Servers Running Ubuntu 16.04 or 18.04" + }, + { + "input": "Any-source Multicase Routing (ASM)", + "expect": "Any-Source Multicase Routing (ASM)" } ] diff --git a/testdata/title.json b/testdata/title.json index 63c552f..ef0ac52 100644 --- a/testdata/title.json +++ b/testdata/title.json @@ -259,4 +259,4 @@ "input": "This Agreement, dated [DATE] (the “Effective Date”) for Design Services (the “Agreement”) is between [DESIGNER NAME], of [DESIGNER COMPANY](“Designer”), and [CLIENT NAME], of [CLIENT COMPANY] (“Client”) (together known as the “Parties”), for the performance of said Design Services and the production of Deliverables, as described in Schedule A, attached hereto and incorporated herein by reference.", "expect": "This Agreement, Dated [DATE] (The “Effective Date”) for Design Services (The “Agreement”) Is Between [DESIGNER NAME], of [DESIGNER COMPANY](“Designer”), and [CLIENT NAME], of [CLIENT COMPANY] (“Client”) (Together Known as the “Parties”), for the Performance of Said Design Services and the Production of Deliverables, as Described in Schedule A, Attached Hereto and Incorporated Herein by Reference." } -] \ No newline at end of file +]