Skip to content

Commit

Permalink
SKIP UNICODE \\u2028 line separator string test on Android Web SQL fo…
Browse files Browse the repository at this point in the history
…r now
  • Loading branch information
Christopher J. Brody committed Dec 10, 2017
1 parent 6d946d0 commit a6d7442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/www/spec/db-tx-string-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ var mytests = function() {
if (isWP8) pending('BROKEN on WP(8)'); // [BUG #202] UNICODE characters not working with WP(8)
if (!isWebSql && !isWindows && isAndroid) pending('SKIP for Android plugin (cordova-android 6.x BUG: cordova/cordova-discuss#57)');
if (!isWebSql && !isWindows && !isAndroid && !isWP8) pending('SKIP for iOS/macOS plugin (Cordova BUG: CB-9435)');
if (isWebSql && !isWindows && isAndroid) pending('SKIP for Android Web SQL'); // TBD SKIP for Android Web for now

// NOTE: since the above test shows the UNICODE line separator (\u2028)
// is seen by the sqlite implementation OK, it is now concluded that
Expand Down

0 comments on commit a6d7442

Please sign in to comment.