Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F948457
back-hash.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
717 B
Subscribers
None
back-hash.js
View Options
if
(
!
dojo
.
_hasResource
[
"tests.back-hash"
]){
//_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo
.
_hasResource
[
"tests.back-hash"
]
=
true
;
dojo
.
provide
(
"tests.back-hash"
);
dojo
.
require
(
"dojo.back"
);
(
function
(){
tests
.
register
(
"tests.back.hash"
,
[
function
getAndSet
(
t
)
{
var
cases
=
[
"test"
,
"test with spaces"
,
"test%20with%20encoded"
,
"test+with+pluses"
,
" leading"
,
"trailing "
,
"under_score"
,
"extra#mark"
,
"extra?instring"
,
"extra&instring"
,
"#leadinghash"
];
var
b
=
dojo
.
back
;
function
verify
(
s
){
dojo
.
back
.
setHash
(
s
);
t
.
is
(
s
,
dojo
.
back
.
getHash
(
s
));
}
dojo
.
forEach
(
cases
,
verify
);
}
]);
})();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 16:57 (22 h, 33 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25363
Default Alt Text
back-hash.js (717 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment