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

Created first set of tests #29

Closed Shankhanil closed 4 years ago

Shankhanil commented 4 years ago

First set of tests have been created for the following encoders and decoders

  1. URI
  2. Base64 ( Suffering from errors due to btoa and atob functions)
  3. Bin

Solution to Issue #28

Shankhanil commented 4 years ago

Please create a separate branch called test for this PR to be merged. @nadchif