summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/semantics/encodings/003-1.py
blob: 1e899aac2714189ab78abeecad09598a67a2ee67 (plain)
1
2
3
4
 # -*- coding: utf-8 -*-

def main(request, response):
    return "PASS" if request.GET.first('x') == 'å' else "FAIL"