This website works better with JavaScript.
Explore
Help
Sign In
jordan
/
tea
Watch
1
Star
0
Fork
You've already forked tea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d5e30c26fe
master
selection
g-counter
v0.0.4
v0.0.5
v0.0.3
v0.0.2
v0.0.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd5e30c26fe'
${ noResults }
tea
/
node_test.go
9 lines
71 B
Go
Raw
Normal View
History
Unescape
Escape
testing selections a bit
4 years ago
package
tea
import
(
"testing"
)
bit of refactoring actually made it longer but it's easier to read now. also the xnodes are now directly inside of the lnodes, removing a bit of pointer indirection.
4 years ago
func
TestXLabels
(
t
*
testing
.
T
)
{
testing selections a bit
4 years ago
}