nadchif / adobe-brackets-encode-decode

Adobe Brackets IDE Extension that lets you to convert text selections to and from various formats
https://registry.brackets.io/
GNU General Public License v3.0
9 stars 15 forks source link

More unit tests #33

Closed Shankhanil closed 4 years ago

Shankhanil commented 4 years ago

This PR includes 2 changes

  1. Minor changes in the package.json
  2. Tests for-- a. NLtoBR b. PHP Serial c. MorseCode (some error is occuring regarding brackets.getModule('widgets/Dialogs'). Need revision) d. Hex e. SHA256 and MD5
Shankhanil commented 4 years ago

I have not written any tests for HTMLentities yet. Can you please give me details on what this encoder/decoder does with a few sample cases?