Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
fast
/
regex
/
test1.html
blob: 2ed2c5572bec5d5462f8f97863d98a4ef92db87c [
file
] [
log
] [
blame
]
<head>
<script
src
=
"pcre-test-runner.js"
></script>
<script>
function
runTest
()
{
runPCRETest
(
1
,
"Test 1: main functionality."
);
}
</script>
</head>
<body
onload
=
'
runTest
()
'
>
</body>