This website requires JavaScript.
Explore
Help
Register
Sign In
code
/
avo
Watch
1
Star
0
Fork
0
You've already forked avo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
avo
/
tests
/
textflag
/
attrtest_test.go
10 lines
106 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
tests: autogenerated test to confirm attribute strings Test helps verify our attribute types match the macros in textflag.h. Discovered https://golang.org/issue/29487 in the process. Updates #2
2018-12-31 17:30:03 -08:00
package
textflag
import
"testing"
func
TestAttributes
(
t
*
testing
.
T
)
{
tests/attrtest: move decl to non-test file Solves the asmdecl error: [amd64] AttrTest: function AttrTest missing Go declaration Updates #24
2019-01-13 11:51:02 -08:00
if
!
attrtest
(
)
{
tests: autogenerated test to confirm attribute strings Test helps verify our attribute types match the macros in textflag.h. Discovered https://golang.org/issue/29487 in the process. Updates #2
2018-12-31 17:30:03 -08:00
t
.
Fail
(
)
}
}
Reference in New Issue
Copy Permalink