We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8937b68 commit f79a603Copy full SHA for f79a603
test/common/fixtures.js
@@ -31,7 +31,7 @@ function readFixtureKeys(enc, ...names) {
31
// This should be in sync with test/fixtures/utf8_test_text.txt.
32
// We copy them here as a string because this is supposed to be used
33
// in fs API tests.
34
-const utf8TestText ='永和九年,嵗在癸丑,暮春之初,會於會稽山隂之蘭亭,脩稧事也。' +
+const utf8TestText = '永和九年,嵗在癸丑,暮春之初,會於會稽山隂之蘭亭,脩稧事也。' +
35
'羣賢畢至,少長咸集。此地有崇山峻領,茂林脩竹;又有清流激湍,' +
36
'暎帶左右。引以為流觴曲水,列坐其次。雖無絲竹管弦之盛,一觴一詠,' +
37
'亦足以暢敘幽情。是日也,天朗氣清,恵風和暢;仰觀宇宙之大,' +
@@ -54,6 +54,6 @@ module.exports = {
54
readKeys: readFixtureKeys,
55
utf8TestText,
56
get utf8TestTextPath() {
57
- return fixturesPath('utf8_test_text.txt')
58
- }
+ return fixturesPath('utf8_test_text.txt');
+ },
59
};
0 commit comments