���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /home/real/node-v13.0.1/test/fixtures/ |
'use strict'; // This file contains test cases not part of the WPT module.exports = [ { // surrogate pair 'url': 'https://github.com/nodejs/\uD83D\uDE00node', 'protocol': 'https:', 'pathname': '/nodejs/%F0%9F%98%80node' }, { // unpaired low surrogate 'url': 'https://github.com/nodejs/\uD83D', 'protocol': 'https:', 'pathname': '/nodejs/%EF%BF%BD' }, { // unpaired low surrogate 'url': 'https://github.com/nodejs/\uD83Dnode', 'protocol': 'https:', 'pathname': '/nodejs/%EF%BF%BDnode' }, { // unmatched high surrogate 'url': 'https://github.com/nodejs/\uDE00', 'protocol': 'https:', 'pathname': '/nodejs/%EF%BF%BD' }, { // unmatched high surrogate 'url': 'https://github.com/nodejs/\uDE00node', 'protocol': 'https:', 'pathname': '/nodejs/%EF%BF%BDnode' } ];