Dactyloidae/testing/web-platform/tests/workers/semantics/encodings/003-1.py

4 lines
119 B
Python

# -*- coding: utf-8 -*-
def main(request, response):
return "PASS" if request.GET.first('x') == 'å' else "FAIL"