|
7 | 7 | | "lines": "1,0-1,53", |
8 | 8 | | "value": " Unicode test with emojis and multi-byte characters" |
9 | 9 | | } |
10 | | - ,-[files/unicode-comments.js:1:1] |
| 10 | + ,-[files/index.js:1:1] |
11 | 11 | 1 | // Unicode test with emojis and multi-byte characters |
12 | 12 | : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
13 | 13 | 2 | const greeting = "Hello 🌍"; // Line comment with emoji |
|
17 | 17 | | "lines": "2,29-2,55", |
18 | 18 | | "value": " Line comment with emoji" |
19 | 19 | | } |
20 | | - ,-[files/unicode-comments.js:2:32] |
| 20 | + ,-[files/index.js:2:32] |
21 | 21 | 1 | // Unicode test with emojis and multi-byte characters |
22 | 22 | 2 | const greeting = "Hello 🌍"; // Line comment with emoji |
23 | 23 | : ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
28 | 28 | | "lines": "4,0-8,3", |
29 | 29 | | "value": "*\n * Function with emoji in JSDoc\n * @param {string} name - User's name 👤\n * @returns {string} Greeting message\n " |
30 | 30 | | } |
31 | | - ,-[files/unicode-comments.js:4:1] |
| 31 | + ,-[files/index.js:4:1] |
32 | 32 | 3 | |
33 | 33 | 4 | ,-> /** |
34 | 34 | 5 | | * Function with emoji in JSDoc |
|
42 | 42 | | "lines": "10,2-10,39", |
43 | 43 | | "value": " Comment with multiple emojis 🚀⭐💫" |
44 | 44 | | } |
45 | | - ,-[files/unicode-comments.js:10:3] |
| 45 | + ,-[files/index.js:10:3] |
46 | 46 | 9 | function greetUser(name) { |
47 | 47 | 10 | // Comment with multiple emojis 🚀⭐💫 |
48 | 48 | : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
53 | 53 | | "lines": "12,2-12,42", |
54 | 54 | | "value": " Block comment with unicode: ñáéíóú " |
55 | 55 | | } |
56 | | - ,-[files/unicode-comments.js:12:3] |
| 56 | + ,-[files/index.js:12:3] |
57 | 57 | 11 | const message = `Hello ${name}! 🌟`; |
58 | 58 | 12 | /* Block comment with unicode: ñáéíóú */ |
59 | 59 | : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
64 | 64 | | "lines": "16,0-16,30", |
65 | 65 | | "value": " Multi-byte comment: 你好世界 " |
66 | 66 | | } |
67 | | - ,-[files/unicode-comments.js:16:1] |
| 67 | + ,-[files/index.js:16:1] |
68 | 68 | 15 | |
69 | 69 | 16 | /* Multi-byte comment: 你好世界 */ |
70 | 70 | : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
75 | 75 | | "lines": "17,28-17,51", |
76 | 76 | | "value": " Line comment: ñáéíóú" |
77 | 77 | | } |
78 | | - ,-[files/unicode-comments.js:17:40] |
| 78 | + ,-[files/index.js:17:40] |
79 | 79 | 16 | /* Multi-byte comment: 你好世界 */ |
80 | 80 | 17 | const 你好世界 = "Testing üöä"; // Line comment: ñáéíóú |
81 | 81 | : ^^^^^^^^^^^^^^^^^^^^^^^ |
|
86 | 86 | | "lines": "19,0-22,3", |
87 | 87 | | "value": "*\n * JSDoc with emojis and unicode: 你好 👋\n * @param {number} count - Number of items 🔢\n " |
88 | 88 | | } |
89 | | - ,-[files/unicode-comments.js:19:1] |
| 89 | + ,-[files/index.js:19:1] |
90 | 90 | 18 | |
91 | 91 | 19 | ,-> /** |
92 | 92 | 20 | | * JSDoc with emojis and unicode: 你好 👋 |
|
99 | 99 | | "lines": "24,2-24,52", |
100 | 100 | | "value": " Comment with mixed unicode: αβγδε русский עברית" |
101 | 101 | | } |
102 | | - ,-[files/unicode-comments.js:24:3] |
| 102 | + ,-[files/index.js:24:3] |
103 | 103 | 23 | function processItems(count) { |
104 | 104 | 24 | // Comment with mixed unicode: αβγδε русский עברית |
105 | 105 | : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
110 | 110 | | "lines": "25,28-25,50", |
111 | 111 | | "value": " Block: ñáéíóú 🚀 " |
112 | 112 | | } |
113 | | - ,-[files/unicode-comments.js:25:29] |
| 113 | + ,-[files/index.js:25:29] |
114 | 114 | 24 | // Comment with mixed unicode: αβγδε русский עברית |
115 | 115 | 25 | const result = count * 2; /* Block: ñáéíóú 🚀 */ |
116 | 116 | : ^^^^^^^^^^^^^^^^^^^^^^ |
|
121 | 121 | | "lines": "29,0-29,34", |
122 | 122 | | "value": " Final comment with emoji: 🎉✨🎊" |
123 | 123 | | } |
124 | | - ,-[files/unicode-comments.js:29:1] |
| 124 | + ,-[files/index.js:29:1] |
125 | 125 | 28 | |
126 | 126 | 29 | // Final comment with emoji: 🎉✨🎊 |
127 | 127 | : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
0 commit comments