File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,7 @@ test('resolve.conditions', async () => {
183
183
expect ( await page . textContent ( '.custom-condition' ) ) . toMatch ( '[success]' )
184
184
} )
185
185
186
- // NOTE: skip for now due to https://github.com/rolldown/rolldown/issues/3364
187
- test . skip ( 'resolve package that contains # in path' , async ( ) => {
186
+ test ( 'resolve package that contains # in path' , async ( ) => {
188
187
expect ( await page . textContent ( '.path-contains-sharp-symbol' ) ) . toMatch (
189
188
'[success] true #' ,
190
189
)
Original file line number Diff line number Diff line change @@ -397,11 +397,10 @@ <h2>utf8-bom-package</h2>
397
397
import contains from 'es5-ext/string/#/contains'
398
398
import { last } from '@vitejs/test-resolve-sharp-dir'
399
399
400
- // NOTE: skip for now due to https://github.com/rolldown/rolldown/issues/3364
401
- // text(
402
- // '.path-contains-sharp-symbol',
403
- // `[success] ${contains.call('#', '#')} ${last.call('#')}`,
404
- // )
400
+ text (
401
+ '.path-contains-sharp-symbol' ,
402
+ `[success] ${ contains . call ( '#' , '#' ) } ${ last . call ( '#' ) } ` ,
403
+ )
405
404
406
405
import nonNormalizedAbsolute from '@non-normalized'
407
406
text ( '.non-normalized' , nonNormalizedAbsolute )
You can’t perform that action at this time.
0 commit comments