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 Plan for Emmet 2.0 #29500

Closed
2 tasks done
ramya-rao-a opened this issue Jun 26, 2017 · 2 comments
Closed
2 tasks done

Test Plan for Emmet 2.0 #29500

ramya-rao-a opened this issue Jun 26, 2017 · 2 comments

Comments

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Jun 26, 2017

Test plan for #21943

Complexity: 3.5

Set emmet.useNewEmmet to true and test the below emmet commands

  • Increment/Decrement by 0.1/1/10.
  • Evaluate Math Expression.
  • Emmet: Expand Abbreviation.
    • Emmet Cheetsheet
    • Set editor.quicksuggestions to false so that you don't end up testing the emmet suggestions
    • Test both by selecting the abbreviation and by keeping the cursor at the end of the abbreviation
    • Should expand html abbreviations in 'html', 'xml', 'xsl', 'jsx', 'pug', 'slim'
    • Should expand css abbreviations in 'css', 'sass', 'scss', 'less', 'sss', 'stylus'
    • Set emmet.syntaxProfiles to {"anylanguageyouwant" : "anylanguagelistedabove"} to test emmet abbreviations in any of the languages NOT specified above
    • Invalid abbreviations should be ignored
  • Emmet: Toggle Comment
  • Customizing output profile
  • Customizing variables
    • Change the language in emmet.variables and test abbreviations like ! or html:5 reflect the change in the language
  • Set emmet.excludeLanguages to any of the languages listed way above and check that the Emmet: Expand Abbreviation command does nothing
  • Set emmet.quickSuggestions to true and test emmet abbreviations in the suggestion list in any of 'html', 'xml', 'xsl', 'jsx', 'pug', 'slim', 'css', 'sass', 'scss', 'less', 'sss', 'stylus'
  • Test Emmet: Select Next/Prev Item
@Tyriar
Copy link
Member

Tyriar commented Jun 27, 2017

@ramya-rao-a it's not clear how the variables and emmet snippets are meant to work.

@Tyriar Tyriar removed their assignment Jun 27, 2017
@ramya-rao-a
Copy link
Contributor Author

@Tyriar ignore snippets. Change the language in emmet.variables and test abbreviations like ! or html:5 reflect the change in the language

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants