Template:USEflag/testcases
From Gentoo Wiki
Jump to:navigation
Jump to:search
Note
This is the template test case page for Template:USEflag and its sandbox version. The page may need to be refreshed to update the examples (click "Refresh" from the "More" menu).
This is the template test case page for Template:USEflag and its sandbox version. The page may need to be refreshed to update the examples (click "Refresh" from the "More" menu).
Correct
Parameter
package
set to a valid package nameWiki code
{{USEflag|package=app-editors/nano}}
Main version
USE flags for app-editors/nano GNU GPL'd Pico clone with more functionality
+spell
|
Add dictionary support |
debug
|
Enable debug messages and assert warnings. Note that these will all be sent straight to stderr rather than some logging facility. |
justify
|
Enable justify/unjustify functions for text formatting. |
magic
|
Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting |
minimal
|
Disable all fancy features, including ones that otherwise have a dedicated USE flag (such as spelling). |
ncurses
|
Add ncurses support (console display library) |
nls
|
Add Native Language Support (using gettext - GNU locale utilities) |
unicode
|
Add support for Unicode |
Sandbox version
Incorrect
Parameter
package
set to an invalid or non-existent package name (error message)Wiki code
{{USEflag|package=app-editors/nono}}
Main version
Cannot load package information. Is the atom app-editors/nono correct?
Sandbox version
No parameter (error message)
Wiki code
{{USEflag}}
Main version
Cannot load package information. Is the atom {{{package}}} correct?
Sandbox version