parameterized.parameters([
dict(
doc="Single string",
input=_nested_encode([u"仅今年前"], "utf-8"),
input_encoding="UTF-8",
expected_char_values=_nested_codep
| 1 | # -*- coding: utf-8 -*- |
| 2 | # Copyright 2018 The TensorFlow Authors. All Rights Reserved. |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
nothing calls this directly
no outgoing calls
no test coverage detected