wiki:test:complex_content_test

Action unknown: siteexport_addpage

Complex Content Test

Testing DokuWiki MCP with complex formatting, special characters, and edge cases.

  • German: Äöüß, €, §, ©, ®, ™
  • Emojis: 🚀 🧠 📊 ⚡ 🎯 🔥 ✅ 🤖 💰 📋
  • Technical:
    <>&"'
  • Mathematical: α β γ δ ε π ∑ ∞ ± ≤ ≥
System Memory Performance Status
ja-cortex 124GB RAM OSS-GPT 120B 🟢 Operational
ja-manjaro 23GB RAM 🧠 Browser Auto 🟢 Ready
llm-server-1 62GB RAM 🎮 25GB VRAM 🟢 Active
// Complex JavaScript with special chars
const mcp = {
  'test': "value with 'quotes' and \"escapes\"",
  unicode: "Testing üñïçödë & spëçîål chars",
  performance: 602 // milliseconds
};
 
console.log(`MCP Test: ${JSON.stringify(mcp)}`);
#!/bin/bash
# Testing shell commands with special characters
echo "Testing MCP with special chars: äöü & <>&"
curl -X POST "https://api.example.com/test" \
  -H "Content-Type: application/json" \
  -d '{"test": "value", "unicode": "äöü߀"}'
  1. Level 1 Item A
    1. Level 2 Sub A1
      1. Level 3 Detail 1 (with "quotes")
      2. Level 3 Detail 2 (with 'apostrophes')
    2. Level 2 Sub A2
  2. Level 1 Item B
    1. Special chars: äöü߀§©®™
QUOTE BLOCK: Testing quote formatting with italic and bold text.

Multiple lines with special characters: äöüß and symbols: ©®™€

Performance Test: This page contains pagesize bytes of complex content.


Created: date | Tests: Unicode, Tables, Code, Nesting, Quotes

  • wiki/test/complex_content_test.txt
  • Zuletzt geändert: 01.10.2025 17:24
  • von Jane Alesi