(enc, ...names)
| 26 | } |
| 27 | |
| 28 | function readFixtureKeys(enc, ...names) { |
| 29 | return names.map((name) => readFixtureKey(name, enc)); |
| 30 | } |
| 31 | |
| 32 | // This should be in sync with test/fixtures/utf8_test_text.txt. |
| 33 | // We copy them here as a string because this is supposed to be used |
nothing calls this directly
no test coverage detected
searching dependent graphs…