Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: error with mutiple-nest-body shortcuts #3914

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zyyv
Copy link
Member

@zyyv zyyv commented Jun 19, 2024

This is a test PR.

@zyyv zyyv requested a review from antfu as a code owner June 19, 2024 13:14
Copy link

netlify bot commented Jun 19, 2024

Deploy Preview for unocss ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 955829a
🔍 Latest deploy log https://app.netlify.com/sites/unocss/deploys/6672d9b8ac0a4c00085b413e
😎 Deploy Preview https://deploy-preview-3914--unocss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

.hover\\:shortcut-inline-body:hover{padding:0.5rem;margin:3px;}"
.hover\\:shortcut-inline-body:hover{padding:0.5rem;margin:3px;}
.shortcut-inline-dynamic-1{margin:1px;}
.shortcut-inline-dynamic-2{margin:2px;}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Output error.

const { css } = await uno.generate('shortcut-inline-mutiple-body', { preflights: false })
expect(css).toMatchInlineSnapshot(`
"/* layer: shortcuts */
.shortcut-inline-mutiple-body{margin:3px;}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Output error.

const { css: css2 } = await uno.generate('shortcut-inline-mutiple-nest-body', { preflights: false })
expect(css2).toMatchInlineSnapshot(`
"/* layer: shortcuts */
.shortcut-inline-mutiple-nest-body{margin:3px;}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Output error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test pr Test pr, won't merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant