diff --git a/testcode/BenchmarkTest00079.py b/testcode/BenchmarkTest00079.py index e38f0a8..57520b9 100644 --- a/testcode/BenchmarkTest00079.py +++ b/testcode/BenchmarkTest00079.py @@ -46,7 +46,7 @@ def BenchmarkTest00079_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00081.py b/testcode/BenchmarkTest00081.py index e9c92b8..395107f 100644 --- a/testcode/BenchmarkTest00081.py +++ b/testcode/BenchmarkTest00081.py @@ -52,7 +52,7 @@ def BenchmarkTest00081_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00269.py b/testcode/BenchmarkTest00269.py index c5776a9..224b1ea 100644 --- a/testcode/BenchmarkTest00269.py +++ b/testcode/BenchmarkTest00269.py @@ -44,7 +44,7 @@ def BenchmarkTest00269_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00270.py b/testcode/BenchmarkTest00270.py index 587355f..7a51ff9 100644 --- a/testcode/BenchmarkTest00270.py +++ b/testcode/BenchmarkTest00270.py @@ -41,7 +41,7 @@ def BenchmarkTest00270_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(obj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00271.py b/testcode/BenchmarkTest00271.py index d3937ee..8a8cf01 100644 --- a/testcode/BenchmarkTest00271.py +++ b/testcode/BenchmarkTest00271.py @@ -52,7 +52,7 @@ def BenchmarkTest00271_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00433.py b/testcode/BenchmarkTest00433.py index 4b4b2a2..0c5e00e 100644 --- a/testcode/BenchmarkTest00433.py +++ b/testcode/BenchmarkTest00433.py @@ -46,7 +46,7 @@ def BenchmarkTest00433_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00434.py b/testcode/BenchmarkTest00434.py index 04e8336..a75ae9b 100644 --- a/testcode/BenchmarkTest00434.py +++ b/testcode/BenchmarkTest00434.py @@ -45,7 +45,7 @@ def BenchmarkTest00434_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00435.py b/testcode/BenchmarkTest00435.py index b4f0500..6bb02e4 100644 --- a/testcode/BenchmarkTest00435.py +++ b/testcode/BenchmarkTest00435.py @@ -44,7 +44,7 @@ def BenchmarkTest00435_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00513.py b/testcode/BenchmarkTest00513.py index 0179ac5..2e6630c 100644 --- a/testcode/BenchmarkTest00513.py +++ b/testcode/BenchmarkTest00513.py @@ -45,7 +45,7 @@ def BenchmarkTest00513_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00514.py b/testcode/BenchmarkTest00514.py index c97904d..f08b076 100644 --- a/testcode/BenchmarkTest00514.py +++ b/testcode/BenchmarkTest00514.py @@ -42,7 +42,7 @@ def BenchmarkTest00514_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00608.py b/testcode/BenchmarkTest00608.py index 79c32e1..5d7cf7a 100644 --- a/testcode/BenchmarkTest00608.py +++ b/testcode/BenchmarkTest00608.py @@ -53,7 +53,7 @@ def BenchmarkTest00608_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00609.py b/testcode/BenchmarkTest00609.py index f7e288e..c4fd999 100644 --- a/testcode/BenchmarkTest00609.py +++ b/testcode/BenchmarkTest00609.py @@ -49,7 +49,7 @@ def BenchmarkTest00609_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00658.py b/testcode/BenchmarkTest00658.py index b59bfef..acfa184 100644 --- a/testcode/BenchmarkTest00658.py +++ b/testcode/BenchmarkTest00658.py @@ -53,7 +53,7 @@ def BenchmarkTest00658_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00659.py b/testcode/BenchmarkTest00659.py index 9ee5e72..096abbc 100644 --- a/testcode/BenchmarkTest00659.py +++ b/testcode/BenchmarkTest00659.py @@ -49,7 +49,7 @@ def BenchmarkTest00659_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00660.py b/testcode/BenchmarkTest00660.py index 273789e..5a021de 100644 --- a/testcode/BenchmarkTest00660.py +++ b/testcode/BenchmarkTest00660.py @@ -54,7 +54,7 @@ def BenchmarkTest00660_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00827.py b/testcode/BenchmarkTest00827.py index 67c5ceb..286af44 100644 --- a/testcode/BenchmarkTest00827.py +++ b/testcode/BenchmarkTest00827.py @@ -43,7 +43,7 @@ def BenchmarkTest00827_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00828.py b/testcode/BenchmarkTest00828.py index c3962bc..7efb723 100644 --- a/testcode/BenchmarkTest00828.py +++ b/testcode/BenchmarkTest00828.py @@ -43,7 +43,7 @@ def BenchmarkTest00828_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00901.py b/testcode/BenchmarkTest00901.py index f3a1ae9..2515192 100644 --- a/testcode/BenchmarkTest00901.py +++ b/testcode/BenchmarkTest00901.py @@ -50,7 +50,7 @@ def BenchmarkTest00901_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00902.py b/testcode/BenchmarkTest00902.py index 5c8ae43..788479c 100644 --- a/testcode/BenchmarkTest00902.py +++ b/testcode/BenchmarkTest00902.py @@ -48,7 +48,7 @@ def BenchmarkTest00902_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00903.py b/testcode/BenchmarkTest00903.py index f00a1c3..b01066b 100644 --- a/testcode/BenchmarkTest00903.py +++ b/testcode/BenchmarkTest00903.py @@ -50,7 +50,7 @@ def BenchmarkTest00903_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00904.py b/testcode/BenchmarkTest00904.py index 7b1ff10..a0053bf 100644 --- a/testcode/BenchmarkTest00904.py +++ b/testcode/BenchmarkTest00904.py @@ -45,7 +45,7 @@ def BenchmarkTest00904_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00994.py b/testcode/BenchmarkTest00994.py index 7173d18..ca0615e 100644 --- a/testcode/BenchmarkTest00994.py +++ b/testcode/BenchmarkTest00994.py @@ -53,7 +53,7 @@ def BenchmarkTest00994_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00995.py b/testcode/BenchmarkTest00995.py index 724ca5f..66d87e4 100644 --- a/testcode/BenchmarkTest00995.py +++ b/testcode/BenchmarkTest00995.py @@ -51,7 +51,7 @@ def BenchmarkTest00995_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00996.py b/testcode/BenchmarkTest00996.py index c4ac74d..d2bb2ac 100644 --- a/testcode/BenchmarkTest00996.py +++ b/testcode/BenchmarkTest00996.py @@ -55,7 +55,7 @@ def BenchmarkTest00996_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00997.py b/testcode/BenchmarkTest00997.py index bb80911..9cef115 100644 --- a/testcode/BenchmarkTest00997.py +++ b/testcode/BenchmarkTest00997.py @@ -54,7 +54,7 @@ def BenchmarkTest00997_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00998.py b/testcode/BenchmarkTest00998.py index 6394f4b..4b2e8b8 100644 --- a/testcode/BenchmarkTest00998.py +++ b/testcode/BenchmarkTest00998.py @@ -51,7 +51,7 @@ def BenchmarkTest00998_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest00999.py b/testcode/BenchmarkTest00999.py index ce7cf57..1b1a060 100644 --- a/testcode/BenchmarkTest00999.py +++ b/testcode/BenchmarkTest00999.py @@ -55,7 +55,7 @@ def BenchmarkTest00999_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest01099.py b/testcode/BenchmarkTest01099.py index 35a8493..3be2a52 100644 --- a/testcode/BenchmarkTest01099.py +++ b/testcode/BenchmarkTest01099.py @@ -47,7 +47,7 @@ def BenchmarkTest01099_post(): yobj = yaml.load(bar, Loader=yaml.Loader) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest01100.py b/testcode/BenchmarkTest01100.py index 72846d5..a11f044 100644 --- a/testcode/BenchmarkTest01100.py +++ b/testcode/BenchmarkTest01100.py @@ -48,7 +48,7 @@ def BenchmarkTest01100_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest01101.py b/testcode/BenchmarkTest01101.py index 5999746..f7495a5 100644 --- a/testcode/BenchmarkTest01101.py +++ b/testcode/BenchmarkTest01101.py @@ -43,7 +43,7 @@ def BenchmarkTest01101_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest01102.py b/testcode/BenchmarkTest01102.py index e6a0004..a4fc4de 100644 --- a/testcode/BenchmarkTest01102.py +++ b/testcode/BenchmarkTest01102.py @@ -48,7 +48,7 @@ def BenchmarkTest01102_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest01174.py b/testcode/BenchmarkTest01174.py index 94c9e4c..c77b122 100644 --- a/testcode/BenchmarkTest01174.py +++ b/testcode/BenchmarkTest01174.py @@ -51,7 +51,7 @@ def BenchmarkTest01174_post(): yobj = yaml.safe_load(bar) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += ( diff --git a/testcode/BenchmarkTest01228.py b/testcode/BenchmarkTest01228.py index 81253ee..859b3e6 100644 --- a/testcode/BenchmarkTest01228.py +++ b/testcode/BenchmarkTest01228.py @@ -40,7 +40,7 @@ def BenchmarkTest01228_post(): yobj = yaml.safe_load(param) RESPONSE += ( - yobj['text'] + escape_for_html(yobj['text']) ) except: RESPONSE += (