HomeSort by relevance Sort by last modified time
    Searched refs:WILE_E_COYOTE (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookie.py 42 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
44 self.assertEqual(C['Customer'].value, 'WILE_E_COYOTE')
49 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
53 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
60 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
86 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
87 self.assertEqual(C['Customer'].value, 'WILE_E_COYOTE')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookie.py 42 C.load('Customer="WILE_E_COYOTE"; Version=1; Path=/acme')
44 self.assertEqual(C['Customer'].value, 'WILE_E_COYOTE')
49 'Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme')
53 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme; Version=1";
60 document.cookie = "Customer=\"WILE_E_COYOTE\"; Path=/acme";
86 C.load('Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"')
87 self.assertEqual(C['Customer'].value, 'WILE_E_COYOTE')

Completed in 485 milliseconds