You are here

function potx_test_8_empty in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.2 tests/potx_test_8.module \potx_test_8_empty()

Empty annotations are not allowed either.

Plugin annotation


@TestAnnotation3(
  test = @Translation("")
)

File

tests/potx_test_8.module, line 58
File used purely to test the parser in potx.

Code

function potx_test_8_empty() {
}