Sign in
apache
/
netbeans
/
refs/heads/release290
/
.
/
webcommon
/
javascript2.lexer
/
test
/
unit
/
data
/
testfiles
/
jsx
/
templates01.js
blob: 8bc171db36068b0c8983dacd64f1ed3b18d64acc [
file
]
function
test
()
{
return
(
<
Test
>{`
template$
{
x
=
<
Inner
a
={
"ok"
}>
inner text
<
/Inner>}`}</
Test
>
);
}