tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test_variadic_callback.py (238B)


      1 def WebIDLTest(parser, harness):
      2    parser.parse(
      3        """
      4        callback TestVariadicCallback = any(any... arguments);
      5    """
      6    )
      7 
      8    parser.finish()
      9 
     10    harness.ok(True, "TestVariadicCallback callback parsed without error.")