add ElementBuilder, add tests, some fixes and cleanups

This commit is contained in:
lumi 2017-02-19 19:28:47 +01:00
commit eec72b5332
2 changed files with 129 additions and 14 deletions

View file

@ -147,7 +147,7 @@ impl Jid {
}
#[cfg(test)]
mod test {
mod tests {
use super::*;
#[test]