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

Add command to insert empty guid #78

Merged
merged 2 commits into from
Dec 24, 2023

Remove key binding, fix tests

b713748
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add command to insert empty guid #78

Remove key binding, fix tests
b713748
Select commit
Loading
Failed to load commit list.
GitHub Actions / test-results-windows-latest-insiders succeeded Dec 24, 2023 in 1s

test-results-windows-latest-insiders ✅

Tests passed successfully

✅ .vscode-test/test-results.xml

26 tests were completed in 66ms with 26 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Commands 11✅ 28ms
Guid 15✅ 35ms
Root Suite 0ms

✅ Commands

quick pick 1 is simple string with default options
  ✅ Commands quick pick 1 is simple string with default options
quick pick 2 is registry string with default options
  ✅ Commands quick pick 2 is registry string with default options
quick pick 3 is C structure with default options
  ✅ Commands quick pick 3 is C structure with default options
quick pick 4 is C macro with default options
  ✅ Commands quick pick 4 is C macro with default options
quick pick 5 is simple non-hyphenated string with default options
  ✅ Commands quick pick 5 is simple non-hyphenated string with default options
quick pick 6 is struct-like GUID
  ✅ Commands quick pick 6 is struct-like GUID
quick pick items are correct when all settings are true
  ✅ Commands quick pick items are correct when all settings are true
quick pick items are correct with only lowercase enabled
  ✅ Commands quick pick items are correct with only lowercase enabled
quick pick items are correct with only uppercase enabled
  ✅ Commands quick pick items are correct with only uppercase enabled
quick pick items are correct with only code snippets enabled
  ✅ Commands quick pick items are correct with only code snippets enabled
quick pick items are correct with no code snippets enabled
  ✅ Commands quick pick items are correct with no code snippets enabled

✅ Guid

creates random Guid
  ✅ Guid creates random Guid
can return empty Guid
  ✅ Guid can return empty Guid
parses invalid Guid as empty
  ✅ Guid parses invalid Guid as empty
parses Guid with curly braces
  ✅ Guid parses Guid with curly braces
parses Guid without curly braces
  ✅ Guid parses Guid without curly braces
returns 16-byte buffer
  ✅ Guid returns 16-byte buffer
returns mutable buffer
  ✅ Guid returns mutable buffer
returns proper "struct" format
  ✅ Guid returns proper "struct" format
returns proper "struct" format for "x"
  ✅ Guid returns proper "struct" format for "x"
returns proper "braced" format
  ✅ Guid returns proper "braced" format
returns proper "braced" format for "b"
  ✅ Guid returns proper "braced" format for "b"
returns proper "no-hyphen" format
  ✅ Guid returns proper "no-hyphen" format
returns proper string for missing format
  ✅ Guid returns proper string for missing format
returns proper string for invalid format
  ✅ Guid returns proper string for invalid format
returns proper string for non-string format
  ✅ Guid returns proper string for non-string format